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", } };