60a6188a86
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
config BR2_PACKAGE_PYTHON_AIOSQLITE
|
|
bool "python-aiosqlite"
|
|
select BR2_PACKAGE_PYTHON3_SQLITE # runtime
|
|
help
|
|
aiosqlite provides a friendly, async interface to sqlite
|
|
databases.
|
|
|
|
https://aiosqlite.omnilib.dev
|