You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Im implementing PG driver, but the current schema structure is specific to sqlite3 (ColumnType), so this issue suggests updating the schema based on dialect.
I have made a version here, u can check it out: LeviathanST#2
Hi, Im implementing
PGdriver, but the current schema structure is specific tosqlite3(ColumnType), so this issue suggests updating the schema based on dialect.I have made a version here, u can check it out: LeviathanST#2