v1.0.0-beta.17
📦 drizzle-ormView on GitHub →
✨ 2 features🐛 1 fixes🔧 3 symbols
Summary
This release introduces a new `node-sqlite` driver for Drizzle ORM and enhances migration upgrade robustness by adding validation checks for the migrations table.
Migration Steps
- If using the new SQLite driver, import `drizzle` from `drizzle-orm/node-sqlite`.
- If migrations fail to upgrade due to missing entities, pull all migrations into your environment to allow the system to properly update the `drizzle_migrations` table.
✨ New Features
- Introduced a new SQLite driver implementation using `node-sqlite`.
- Added double-checking logic during migration upgrade to ensure all entities in the migrations table are updated.
🐛 Bug Fixes
- Fixed an issue where migration upgrade logic might fail silently if entities in the `drizzle_migrations` table were not updated correctly.