Expo app + drizzle-kit migrations and enabling journal_mode = WAL
npx drizzle-kit generate --custom
with this statement in it: PRAGMA journal_mode = WAL;
but when I deploy to my device (Android phone) the migration fails to run.
Is this not the way I should be doing it?...No config path provided, using default 'drizzle.config.ts

drizzle-kit picks wrong version in monorepo (pnpm)
drizzle-kit generate
in the nextjs app complains about a too old drizzle-orm version (the one from the payload app)...node-linker=hoisted
in .npmrc
How to connect the relationships between user, roles and permissions?
Generate drizzle model from database
Single database for multiple unrelated projects concern
TheoTut_
is my current project, RJ_
is unrelated from diff project...
Unexpected Error When Using Drizzle Studio

Error: Cannot access 'interactionsRelations' before initialization
Error when trying to push to supabase
drizzle-kit push
:
```
[⢿] Pulling schema from database...
/Users/myuser/test-project/node_modules/drizzle-kit/bin.cjs:19334...migration best practice
Minified React error #310
Drizzle Kit Studio is extremely slow to load with planetscale/mysql2
PostgresError: foreign key constraint "product_categories_category_id_fk" cannot be implemented
how to reinstall
Only run some queries if conditions changed.
Returned type inference when using tanstack query
Relations not working when clicked in Drizzle Studio - React Minified Error #310
How do you define two tables that have foreign keys to each other? drizzle-kit introspect fails