All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

D1 - D1 migrations support nested layouts via `migrations_pattern`

1mo ago

Source

CloudflareD1 - D1 migrations support nested layouts via `migrations_pattern`cloudflare.com
Snippet from the RSS feed
You can now point wrangler d1 migrations apply at a nested migrations layout — such as the one produced by Drizzle ( migrations/0001_init/migration.sql ) — using the new migrations_pattern D1 binding config: { " d1_databases " : [ { " binding " : "DB" , " database_name " : "my-database" , " database_id " : "" , " migrations_dir " : "migrations" , " migrations_pattern " : "migrations/*/migration.sql" , }, ], } migrations_pattern is a glob (relative to your Wrangler config file) used to discover migration files. It defaults to ${migrations_dir}/*.sql , so existing projects keep working unchanged. Each migration's name is recorded in the migrations table as a path relative to migrations_dir . To learn more, visit D1's migrations documentation .

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.