mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-06 06:20:28 +01:00
9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
|
config BR2_PACKAGE_PYTHON_JSON_DATABASE
|
||
|
bool "python-json-database"
|
||
|
select BR2_PACKAGE_PYTHON_FASTENERS # runtime
|
||
|
select BR2_PACKAGE_PYTHON_PYXDG # runtime
|
||
|
help
|
||
|
searchable json database with persistence.
|
||
|
|
||
|
https://github.com/HelloChatterbox/json_database
|