Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 16, 2024
1 parent f505293 commit 5c73827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/db/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const { Pool } = pg;
export const pool = new Pool({
connectionString: env.POSTGRES_URL,
ssl: false,
log: console.log,
});

export const db = drizzle(pool, { schema });

0 comments on commit 5c73827

Please sign in to comment.