v1.0.0-beta.18
📦 drizzle-ormView on GitHub →
✨ 1 features🐛 4 fixes🔧 2 symbols
Summary
This release introduces support for the `node:sqlite` driver for migrations and Studio browsing, alongside several fixes related to tsconfig path aliases and module resolution in drizzle-kit.
✨ New Features
- Added support for the `node:sqlite` driver for running migrations and browsing Drizzle Studio when available at runtime.
🐛 Bug Fixes
- Resolved issues with tsconfig path aliases in drizzle-kit loader by utilizing get-tsconfig + jiti alias mapping.
- Ensured schema loading succeeds when using alias imports.
- Fixed a regression in module resolution for drizzle-kit@1.0.0-beta.13.
- Fixed an issue where drizzle-kit did not support node:sqlite.