drizzle-kit@0.30.5
📦 drizzle-orm
✨ 4 features🔧 4 symbols
Summary
This release introduces the Gel dialect to Drizzle, allowing users to pull schemas from Gel databases and perform queries using drizzle-orm and gel-js.
Migration Steps
- Update drizzle.config.ts to use dialect: 'gel'.
- Use the gel CLI to manage and apply migrations to the database.
- Run 'drizzle-kit pull' to sync the Gel database schema with Drizzle.
- Use drizzle-orm in conjunction with gel-js for database queries.
✨ New Features
- Added support for Gel dialect with specific data types and logic.
- Added support for gel-js client integration.
- Added 'dialect: "gel"' support in drizzle-kit configuration.
- Enabled 'drizzle-kit pull' functionality for Gel databases to generate Drizzle schemas.
🔧 Affected Symbols
drizzle-kitdrizzle-ormgel-jsdefineConfig