This commit is contained in:
@@ -8,8 +8,8 @@ const { Pool } = pg;
|
||||
// Instantiate Drizzle client with pg driver and schema.
|
||||
export const db = drizzle({
|
||||
client: new Pool({
|
||||
max: 20,
|
||||
connectionString: Deno.env.get("DATABASE_URL"),
|
||||
}),
|
||||
schema,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user