mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
11 lines
324 B
Plaintext
11 lines
324 B
Plaintext
config BR2_PACKAGE_PYTHON_ALEMBIC
|
|
bool "python-alembic"
|
|
select BR2_PACKAGE_PYTHON_MAKO # runtime
|
|
select BR2_PACKAGE_PYTHON_SQLALCHEMY # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
|
help
|
|
Alembic is a database migrations tool written by the author
|
|
of SQLAlchemy.
|
|
|
|
https://alembic.sqlalchemy.org
|