WIP - Initial stab at making it generic to support db_sqlite.
This commit is contained in:
3
src/fiber_orm/db_common.nim
Normal file
3
src/fiber_orm/db_common.nim
Normal file
@@ -0,0 +1,3 @@
|
||||
import std/[db_postgres, db_sqlite]
|
||||
|
||||
type DbConnType* = db_postgres.DbConn or db_sqlite.DbConn
|
Reference in New Issue
Block a user