Tags: drizzle-team/drizzle-orm
Tags
[Drizzle Kit]: Extend api (#4999) * feat: Add external kit api to start Drizzle Studio * feat: Separate API build process and fix ESM dynamic require handling * fix: Update import paths for Relations in api.ts, pgImports.ts, and studio.ts * dprint * fix: Remove '-pooler' suffix from NEON_CONNECTION_STRING in Vercel client tests * dprint * chore: update version to 0.31.6 and add changelog for bug fixes
[Drizzle Kit]: Add casing support to studio configuration and related… … functions (#4940) * Add casing support to studio configuration and related functions * Bump version to 0.31.5 and add changelog entry for casing support in studio configuration
v0.44.5 (#4849) * Fixed invalid usage of `.one()` in `durable-sqlite` * Bump version, changelogs * Improved `blob` in `sqlite` * Removed unnecessary default encoding argument * Fixed D1 incompatibility * Changed `HST` to `-10` in broken timezone tests * Documented changes
Fix export of `DrizzleQueryError` (fixes #4618) (#4778) * Fix export of `DrizzleQueryError` (fixes #4618) There was a module name clash of `src/errors.ts` and `src/errors/index.ts`. This commit moves `DrizzleQueryError` into `src/errors.ts` and removes the module clash to fix the issue. * Changelog --------- Co-authored-by: AndriiSherman <andreysherman11@gmail.com>
Fixed types of `$client` for clients created by `drizzle` function fr… …om credentials (#4742) * Fixed types of `` for clients created by `drizzle` function from credentials * Add release notes --------- Co-authored-by: Andrii Sherman <andreysherman11@gmail.com>
PreviousNext