mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
@@ -9,5 +9,5 @@ const connectionString = process.env.DATABASE_URL as string
|
||||
const client = postgres(connectionString, { prepare: false })
|
||||
|
||||
export function useDB() {
|
||||
return drizzle(client, { schema })
|
||||
return drizzle(client, { schema })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user