Skip to main content
0 votes
1 answer
47 views

I don't seem to be able to push my configuration to RDS // package.json "drizzle-kit": "^0.31.5", // drizzle.config.ts import { defineConfig, Config } from 'drizzle-kit'; const ...
Fi Li Ppo's user avatar
  • 310
0 votes
2 answers
253 views

I thought most if not all of Drizzle's Postgres setup for React Native would be pretty much React Native agnostic in the end, so I followed their "Get Started" tutorial to get to this point. ...
psygo's user avatar
  • 7,873
0 votes
1 answer
449 views

I am using drizzle ORM to manage database migrations. After making changes to my Schema.ts file, I ran drizzle-kit generate --config=drizzle.config.ts --name MigrationName This produced an error: john@...
NULL pointer's user avatar
  • 1,427
1 vote
1 answer
224 views

I am trying to use the migration command npx drizzle-kit generate --name=init in the terminal with Deno. However, when I try to use it I get an error: Cannot find module 'drizzle-kit' Require stack: - ...
Anurag Shetty's user avatar
3 votes
3 answers
1k views

I'm working with bun.js and I'm trying to do bun run drizzle-kit push, bun run drizzle-kit generate, bun run drizzle-kit migrate but no any of these commands works for testing environment, the drizzle ...
Anas's user avatar
  • 2,035