1 parent b27e614 commit 52086fdCopy full SHA for 52086fd
1 file changed
packages/db/index.ts
@@ -1,7 +1,7 @@
1
import "dotenv/config";
2
3
import { drizzle } from "drizzle-orm/node-postgres";
4
-import postgres from "postgres";
+import postgres from "pg";
5
import * as schema from "./schema";
6
import * as tmpSchema from "./schema-tmp";
7
0 commit comments