update knex & remove pg-native
This commit is contained in:
@ -2,6 +2,6 @@ import knex from "knex";
|
||||
import cfg from "./config.mjs";
|
||||
|
||||
export default knex({
|
||||
client: 'pgnative',
|
||||
client: 'pg',
|
||||
connection: cfg.sql
|
||||
});
|
||||
|
Reference in New Issue
Block a user