migration: establish exact preserved app baseline

This commit is contained in:
leefer
2026-07-30 23:51:48 +08:00
commit e4a9b2e647
389 changed files with 126625 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
from .connection import ManagedConnection, SQLiteConnectionFactory
from .migrations import MIGRATIONS, Migration, MigrationError, MigrationRunner
__all__ = [
"MIGRATIONS",
"ManagedConnection",
"Migration",
"MigrationError",
"MigrationRunner",
"SQLiteConnectionFactory",
]