Start using new db base functions
This commit is contained in:
@@ -31,3 +31,4 @@ def init(db_engine: Engine) -> None:
|
||||
table.db = db_engine
|
||||
table.t = table.__table__
|
||||
table.c = table.t.c
|
||||
table.column_names = table.c.keys()
|
||||
|
||||
Reference in New Issue
Block a user