Optionally allow database migration with Alembic

This commit is contained in:
trducng
2024-01-28 19:54:15 +07:00
parent 04635b77f6
commit 50b5d936f5
7 changed files with 226 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
Generic single-database configuration.
To enable database migration, please set `KH_ENABLE_ALEMBIC` to True in the
setting file.