Start using new db base functions

This commit is contained in:
Tulir Asokan
2019-09-02 22:02:50 +03:00
parent 2c443a3b93
commit fbb1267609
11 changed files with 27 additions and 124 deletions
+1
View File
@@ -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()