You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
400 B
JavaScript

const { makeKyselyHook } = require("kanel-kysely");
module.exports = {
connection: "postgres://neondb_owner:npg_sOVmj8vWq2zG@ep-withered-king-adiz9gpi-pooler.c-2.us-east-1.aws.neon.tech:5432/neondb?sslmode=require&channel_binding=true",
enumStyle: "type",
outputPath: "./database/generated",
preRenderHooks: [makeKyselyHook()],
customTypeMap: {
"pg_catalog.timestamp": "string",
}
};