drizzle-orm icon indicating copy to clipboard operation
drizzle-orm copied to clipboard

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅

Results 759 drizzle-orm issues
Sort by recently updated
recently updated
newest added

- [ ] Conditinally add query parts (join, limit, order by etc.) - [ ] Conditional field selection - [ ] Dynamic field selection (user-provided fields) - [ ] Table...

documentation

### What version of `drizzle-orm` are you using? 0.21.1 ### Describe the Bug When using the Sqlite adapter, having nullable integer timestamps will cause an error if null is passed...

bug

Currently, the ORM part should work fine with Deno since it's runtime-agnostic, but the migrator won't work since it relies on Node API.

Based on https://github.com/drizzle-team/drizzle-orm/issues/250

enhancement
SQLite

This is a feature request for Full-Text Search functionality to perform a fulltext search on specific fields. Ideally with support for using GIN/GIST indexes to speed up full text search.

enhancement

### What version of `drizzle-orm` are you using? 0.21.1 ### Describe the Bug I am attempting to use Next.js 13 new app directory (trying out [RSCs](https://reactjs.org/blog/2020/12/21/data-fetching-with-react-server-components.html)) with drizzle-orm/better-sqlite3, I get...

bug