mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-17 19:39:31 +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
|