2022-06-02 09:35:46 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_ALEMBIC
|
|
|
|
bool "python-alembic"
|
2024-01-08 07:38:45 +01:00
|
|
|
select BR2_PACKAGE_PYTHON_MAKO # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_SQLALCHEMY # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
2022-06-02 09:35:46 +02:00
|
|
|
help
|
|
|
|
Alembic is a database migrations tool written by the author
|
|
|
|
of SQLAlchemy.
|
|
|
|
|
|
|
|
https://alembic.sqlalchemy.org
|