drizzle-team/drizzle-orm
ORM
Recent Releases
v1.0.0-beta.18
## New driver support for `kit` and `studio` You can now use the `node:sqlite` driver to run migrations and browse Drizzle Studio. If `node:sqlite` is available at runtime, we will automatically detect it and use it. ## Fixes - resolved tsconfig path aliases in drizzle-kit loader using get...
drizzle-kit@0.31.10
- Updated to `hanji@0.0.8` - native bun `stringWidth`, `stripANSI` support, errors for non-TTY environments - We've migrated away from `esbuild-register` to `tsx` loader, it will now allow to use `drizzle-kit` seamlessly with both `ESM` and `CJS` modules - We've also added native `Bun` and `Deno...
v1.0.0-beta.17
## New SQLite driver `node-sqlite` **Usage example:** ```typescript copy import { drizzle } from 'drizzle-orm/node-sqlite'; const db = drizzle("sqlite.db"); const result = db.select().from(...); ``` If you need to provide your existing driver: ```typescript copy import { drizzle...
v1.0.0-beta.16
# Drizzle ORM beta.16 updates We've fixed a regression in migrations introduced in `beta.13` that persisted through `beta.15`, and used the opportunity to significantly improve the entire migration infrastructure going forward. After receiving github issue, we focused on not just fixing the sy...
drizzle-kit@0.31.9
- drizzle-kit api improvements for D1 connections
How to Track drizzle-team/drizzle-orm Releases
Stay updated when drizzle-team/drizzle-orm ships new versions. With GitWatchman, you can monitor this repository and receive email notifications with full release notes whenever a new version is published.
- Sign in with your GitHub account at gitwatchman.com
- Add drizzle-team/drizzle-orm to your monitored repositories
- Receive email alerts within an hour of any new release
You can also subscribe to the RSS feed for drizzle-team/drizzle-orm releases or use other notification methods.
Tracking releases matters because new versions often include security fixes, performance improvements, breaking changes, and new APIs that directly affect your projects. By monitoring drizzle-team/drizzle-orm with GitWatchman, you avoid manually checking GitHub and ensure your team stays aligned on dependency upgrades. For a comparison of the best GitHub release tracking tools, check out our blog.
Never miss a drizzle-orm release
Get email notifications with full release notes. Free for up to 5 repositories.
Start monitoring — it's free