D1 - D1 migrations support nested layouts via `migrations_pattern`
1mo ago
Source
CloudflareD1 - D1 migrations support nested layouts via `migrations_pattern`cloudflare.comYou 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
How avoiding SQL migrations in tests sped up a Go test suite by 2x
The article discusses a performance optimization technique for test suites that require pristine databases. The author explains how running
Managing Custom XY Resolution and Tolerance Settings During ArcGIS Enterprise Data Migration
The article discusses the challenge of migrating File Geodatabases with custom XY Resolution and XY Tolerance settings to Esri's standard va
Migrating from MongoDB Atlas to Hetzner: Achieving 90% Cost Reduction Through Self-Hosting
A technical team shares their experience migrating from MongoDB Atlas on AWS to a self-hosted MongoDB solution on Hetzner cloud provider, ac

Comments
Sign in to join the conversation.
No comments yet. Be the first.