feat: add database models and alembic setup
- SQLAlchemy async models for sources, jobs, schedules, executions, backups, settings - Alembic migration configuration
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
[alembic]
|
||||
script_location = alembic
|
||||
prepend_sys_path = .
|
||||
version_path_separator = os
|
||||
sqlalchemy.url = sqlite+aiosqlite:///./backup_tool.db
|
||||
Reference in New Issue
Block a user