We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3494b commit 0a50ac3Copy full SHA for 0a50ac3
backend/question/src/lib/db/index.ts
@@ -11,6 +11,6 @@ export const config = {
11
12
const queryClient = postgres(config);
13
14
-export const db = drizzle(queryClient, { logger: true });
+export const db = drizzle(queryClient);
15
16
export * from './schema';
0 commit comments