Remove driver

This commit is contained in:
ingalls
2024-05-20 10:32:46 -06:00
parent db8efead0b
commit 08978b4f79

View File

@@ -3,7 +3,6 @@ import type { Config } from "drizzle-kit";
export default {
dialect: 'postgresql',
schema: './lib/schema.ts',
driver: 'pg',
dbCredentials: {
url: process.env.POSTGRES || 'postgres://postgres@localhost:5432/tak_ps_etl',
},