oops
This commit is contained in:
@@ -2,10 +2,4 @@
|
||||
import postgres from "postgres";
|
||||
import cfg from "./config.mjs";
|
||||
|
||||
/*export default knex({
|
||||
client: 'pg',
|
||||
connection: cfg.sql
|
||||
});*/
|
||||
|
||||
//export const db = postgres(cfg.sql);
|
||||
export default postgres(cfg.sql);
|
||||
|
||||
Reference in New Issue
Block a user