import knex from "knex"; import cfg from "./config.mjs"; export default knex({ client: 'pgnative', connection: cfg.sql });