Trying to get Drizzle, Lucia and Vercel-postress to work together (no changes to schema detected)
Hi! I'm new to drizzle and lucia and am just having a problem setting up both with vercel-postgres:
I'm creating an adapter for Lucia in my
and using it in
Any ideas? Sorry if it's obvious!
Nick
I'm creating an adapter for Lucia in my
schema.ts:export const createAdapter = (db: PgDatabase<any, any, any>) => new DrizzlePostgreSQLAdapter(db, sessionTable, userTable);and using it in
db/index.ts. But this doesn't allow drizzle to see the session or user schemas (no changes are detected when I drizzle-kit push )Any ideas? Sorry if it's obvious!
Nick