Files
rpi-buildroot/package/python-tortoise-orm/Config.in
James Hilliard 500070c105 package/python-tortoise-orm: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-07-18 22:47:01 +02:00

11 lines
365 B
Plaintext

config BR2_PACKAGE_PYTHON_TORTOISE_ORM
bool "python-tortoise-orm"
select BR2_PACKAGE_PYTHON_AIOSQLITE # runtime
select BR2_PACKAGE_PYTHON_ISO8601 # runtime
select BR2_PACKAGE_PYTHON_PYPIKA_TORTOISE # runtime
select BR2_PACKAGE_PYTHON_PYTZ # runtime
help
Easy async ORM for python, built with relations in mind.
https://github.com/tortoise/tortoise-orm