Struggling to setup postgresql in prod, pglite in dev
i have the following drizzle-dev.config.ts:
i have the drizzle-prod.config.ts:
db.ts
what im noticing is the db is allowing insertions but not being show in drizzle studio or querys until i restart the dev server
Is it even possible to do what im trying to do? Am i doing something wrong?
0 Replies