WIP - Initial stab at making it generic to support db_sqlite.

This commit is contained in:
2022-10-31 15:58:34 -05:00
parent 454fc8c47a
commit a05555ee67
5 changed files with 153 additions and 80 deletions

View File

@@ -0,0 +1,3 @@
import std/[db_postgres, db_sqlite]
type DbConnType* = db_postgres.DbConn or db_sqlite.DbConn