All notable changes to the "drizzle-orm" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Upgrade to the latest drizzle-lab visualizer
- Support loading env files in the visualizer
- New visualizer UI
- Auto layout improvements
- Add support for MySQL
- Fix code lens showing up in non-drizzle-kit config files
- Add Drizzle Studio command
- Add a setting to choose your Drizzle Studio url (default is
https://local.drizzle.studio
)
- Handle duplicated imports from barrel exports
- Fix wrong extension version in the output channel
- Upgrade to latest drizzle-lab visualizer (catch more errors)
- Increase the zoom-out distance
- Try to parse tsconfig.json with comments (non standard)
- Rename
🌧️ Stop Drizzle Visualizer
to🌧️ Stop Drizzle Visualizer server
- Server not stopping (leaking child processes) that cause a
address already in use
error - Visualizer correctly refreshes on schema changes (regression from previous release)
- Save nodes positions with debounce (could cause a crash if too many changes were sent)
- Update to latest drizzle-lab visualizer
- Testing a new visualizer build
- Should now work on Windows
- Experimental support for TypeScript path aliases
- Windows KO
- Boost startup time
- Windows KO
- Fix for Windows
- Upgrade to the latest drizzle-lab visualizer
- Improved error handling
- Auto reload on schema errors fixed
- Should handle monorepo better
- Fixed bug where the server would not restart if it was already running
- CodeLens resolves the drizzle config path to pass to the visualizer
- Initial release