increasing logging verbosity
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ import postgres from 'postgres'
|
||||
import * as schema from './schema'
|
||||
|
||||
const client = postgres(process.env.DATABASE_URL!)
|
||||
export const db = drizzle(client, { schema })
|
||||
export const db = drizzle(client, { schema, logger: true })
|
||||
|
||||
Reference in New Issue
Block a user