ยฉ 2026 Hedgehog Software, LLC
export default { out: './drizzle', schema: './src/lib/db/schema/*' } satisfies Config;
lib/db/schema: - users.ts - games.ts
await db.query.auth_user.findFirst
Property 'auth_user' does not exist on type 'DrizzleTypeError<"Seems like the schema generic is missing - did you forget to add it to your DB type?">'
export const db = drizzle(client, { schema });