drizzle-orm
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 😅
- [ ] Conditinally add query parts (join, limit, order by etc.) - [ ] Conditional field selection - [ ] Dynamic field selection (user-provided fields) - [ ] Table...
### 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...
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
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.
### 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...
#216