Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/drizzle-team/drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://github.com/drizzle-team/drizzle-orm

[FEATURE]: Nullable type inference with .mapWith()

Nikola-Milovic opened this issue over 1 year ago
[BUG]: numeric types returning type string with postgres

AdditionAddict opened this issue over 1 year ago
[BUG]: React Server Component's Not working as expected

dylel opened this issue over 1 year ago
[FEATURE]: DynamoDB support

ap0nia opened this issue over 1 year ago
[FEATURE]: Possibility to define text/blob index size

AndriiSherman opened this issue over 1 year ago
[FEATURE]: add PgVector support

ianjdarrow opened this issue over 1 year ago
[feat] Add method for retrieving 1 record from database.

sexnine opened this pull request over 1 year ago
Expose query builder config

dankochetov opened this issue over 1 year ago
[BUG]: uniqueIndex not respecting WHERE clause in postgres

sudhanshu16 opened this issue over 1 year ago
[BUG]: drizzle-zod Insert Schema requiring id field

TiltedToast opened this issue over 1 year ago
[SQLite] Add bigint mode to SQLite

MrRahulRamkumar opened this pull request over 1 year ago
Implement in-code column defaults

dankochetov opened this issue over 1 year ago
Allow wrapping the column in custom SQL for custom types

dankochetov opened this issue over 1 year ago
[BUG]: Type error when using `$type()` with a nullable field

JesusTheHun opened this issue over 1 year ago
[BUG]: No access to raw selects in where

leifniem opened this issue over 1 year ago
[BUG]: Unable to insert when using jest fake timers

JesusTheHun opened this issue over 1 year ago
Update CONTRIBUTING.md

dankochetov opened this pull request over 1 year ago
Update custom types docs for requirement of HKT

tmcw opened this pull request over 1 year ago
Fix link to kysely

mosch opened this pull request over 1 year ago
[BUG]: Migration generates enums with quotation marks

taylorcantwell opened this issue over 1 year ago
Fix partial joins with prefixed tables

dankochetov opened this pull request over 1 year ago
Partial-joins-with-prefixed-tables

dankochetov opened this pull request over 1 year ago
[FEATURE]: AsyncLocalStorage for transactions

hyzyla opened this issue over 1 year ago
[BUG]: Left join not working after updating to latest

thillmann opened this issue over 1 year ago
[DOCS] Fix typos in joins.md

emdede opened this pull request over 1 year ago
Vercel pg

AndriiSherman opened this pull request over 1 year ago
[FEATURE]: `limit(1)` change type to `T | undefined`

oscartbeaumont opened this issue over 1 year ago
[FEATURE]:Add null as a default value

siemah opened this issue over 1 year ago
[BUG]: TypeScript error for nested `select` expressions

emdede opened this issue over 1 year ago
[FEATURE]: SQLite `LIMIT` and `ORDER BY` for `UPDATE` queries

spiffytech opened this issue over 1 year ago
[FEATURE]: `inArray` with composite keys

spiffytech opened this issue over 1 year ago
[FEATURE]: select() field types?

shinebayar-g opened this issue over 1 year ago
[BUG]: types not properly exported (esm) & not portable

alexn-s opened this issue over 1 year ago
[BUG]: Sqlite Cloudflare D1 inner joins do not work correctly

AdiRishi opened this issue over 1 year ago
[pg] fix typo in docs

dee-kap opened this pull request over 1 year ago
Prisma migration guide

jakeleventhal opened this issue over 1 year ago
[BUG]: onConflictDoUpdate where clause not

knarfchan opened this issue over 1 year ago
[FEATURE]: don't minify or bundle npm packages

arjunyel opened this issue over 1 year ago
Mysql Geospatial types

SirCameron opened this issue over 1 year ago
Fix joins docs typo

arjunyel opened this pull request over 1 year ago
[SQLite] Fix upsert targeting composite keys

wkunert opened this pull request over 1 year ago
Merge beta into main

dankochetov opened this pull request over 1 year ago
Add user-defined generic to `.prepare()` with placeholders shape

dankochetov opened this issue over 1 year ago
fix #330: fix adding of typings when merging queries

michaelgmcd opened this pull request over 1 year ago
[DOCS]: CONTRIBUTING.md building instructions fail (out-of-date?)

gmaclennan opened this issue over 1 year ago
[BUG]: types missing in package.json exports for esm project

alexn-s opened this issue over 1 year ago
[BUG]: Duplicate migration when using AWS Data API

emarref opened this issue over 1 year ago
Documentation for Postgres select methods

tmcw opened this pull request over 1 year ago
[BUG]: node-postgres broken with ESM

ksmithut opened this issue over 1 year ago
Implement relational query builder with convenience API layer

dankochetov opened this issue over 1 year ago
Add `createUpdateSchema` to drizzle-zod

dankochetov opened this issue over 1 year ago
Add "Development" section to docs

dankochetov opened this issue over 1 year ago
[BUG]: Autocompletion is slooow when combined with tRPC

pedropmedina opened this issue over 1 year ago
[BUG]: generating too long foreign key names

ghostebony opened this issue over 1 year ago
[BUG]: SQLite JSON should be TEXT, not blob

arjunyel opened this issue over 1 year ago
[BUG]: Circular Dependency

lominming opened this issue over 1 year ago
[SQLite] Fix onConflict targets

wkunert opened this pull request over 1 year ago
[FEATURE]: Allow specifying constraint names

migueloller opened this issue over 1 year ago
Is there support for partitions with Postgres

Domcsore opened this issue over 1 year ago
[FEATURE]: insert default values

migueloller opened this issue over 1 year ago
[BUG]: Can't have a WHERE clause with JSON fields

Looskie opened this issue over 1 year ago
[BUG]: this.client.unsafe is not a function

jessielaf opened this issue over 1 year ago
[QA]: Automatically apply migrations

jessielaf opened this issue over 1 year ago
SQLite's get() returns undefined when no record was found

mastorm opened this pull request over 1 year ago
Implement iterator to handle large amount or rows

dankochetov opened this issue over 1 year ago
[BUG]: Can't access table config column index information

asutula opened this issue over 1 year ago
[MYSQL] Full text search (match against)

corbanvilla opened this pull request over 1 year ago
Add user input escaping function to `like/ilike/notLike/notIlike`

dankochetov opened this issue over 1 year ago
Add autocompletion for enum values in operators

dankochetov opened this issue over 1 year ago
Decrease the amount of generated TS types (performance issues)

dankochetov opened this issue over 1 year ago
[Docs] Fix typo in README

rix1 opened this pull request over 1 year ago
[MySql] Update `binary` and `varbinary` Column Types to `Buffer`

ryanagillie opened this pull request over 1 year ago
Add `join lateral` support

dankochetov opened this issue over 1 year ago
Run integration tests in the pipeline

dankochetov opened this issue over 1 year ago
Postgres wasm support

dankochetov opened this issue over 1 year ago
Documentation site?

asrvd opened this issue over 1 year ago
[SQLite] Add boolean mode to integer

raducristianpopa opened this pull request over 1 year ago
[BUG]: Custom select field type coercion does not work with `count(1)`

andrewcohen opened this issue over 1 year ago
Add WITHOUT ROWID support for SQLite

dankochetov opened this issue over 1 year ago
How do I get the id of items that where inserted in mysql

jonsmithers opened this issue over 1 year ago
Support `INSERT INTO table SELECT ...`

dankochetov opened this issue almost 2 years ago
Implement drizzle-kit init

dankochetov opened this issue almost 2 years ago
Add more hooks to custom logger interface

dankochetov opened this issue almost 2 years ago
[BUG]: Migration runners not working using bun:sqlite

jorgeavaldez opened this issue almost 2 years ago
Add timestamp_ms mode to SQLite docs

dankochetov opened this issue almost 2 years ago
[Feature Request] Support for Referential actions

rajatbarman opened this issue almost 2 years ago
Add proper error handling and wrapping

dankochetov opened this issue almost 2 years ago
Support .select() without .from()

dankochetov opened this issue almost 2 years ago
Observability support

kibertoad opened this issue almost 2 years ago
[BUG]: The supplied SQL string contains more than one statement

ecumene opened this issue almost 2 years ago