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

[BUG]: Tables with hyphens seem to sometimes cause issues on `push`

DasOhmoff opened this issue about 1 year ago
[BUG]: broken link in README.md

mvolkmann opened this issue about 1 year ago
Schema path not working when using custom config path

jakeleventhal opened this issue about 1 year ago
Add changelog for 0.29.3

AndriiSherman opened this pull request about 1 year ago
[BUG]: drizzle-kit introspect small errors

AlexXi19 opened this issue about 1 year ago
introspect: trailing comma is missing in createTablePKs

lxia1220 opened this issue about 1 year ago
fix: make expo-sqlite peer dep optional

juliusmarminge opened this pull request about 1 year ago
[BUG]: Drizzle linter lints prisma too

AlexXi19 opened this issue about 1 year ago
[BUG]: Postgres introspect gives bugged value for default empty array

jakeleventhal opened this issue about 1 year ago
[FEATURE]: onConflictDoUpdate() set many

janvorwerk opened this issue about 1 year ago
[BUG]: simple select query not returning expected row

alanhamlett opened this issue about 1 year ago
[FEATURE]: Ability to cache tables

Artrix9095 opened this issue about 1 year ago
[BUG]: Migration generated without schema

tjapa opened this issue about 1 year ago
[BUG]: Transactions rollback doesn't work

WebTarantul opened this issue about 1 year ago
Allow empty array insertions

jakeleventhal opened this pull request about 1 year ago
[BUG]: References to same table breaks typings

n-vh opened this issue about 1 year ago
[BUG]: Insert empty array should be valid

jakeleventhal opened this issue about 1 year ago
[BUG]: jsonb type checks fail if you cast a field subset as any

jakeleventhal opened this issue about 1 year ago
[FEATURE]: Add docs about NOW()

Zamiell opened this issue about 1 year ago
Prevent `with` when table has no relations

ankitr opened this pull request about 1 year ago
fix: make expo peer dependencies optional

Cherry opened this pull request about 1 year ago
[PG] Improve enums type-safety

L-Mario564 opened this pull request about 1 year ago
[FEATURE]: Cassandra/CQL support

mkieblesz opened this issue about 1 year ago
Fix `getTableConfig` not returning all the primary keys

Angelelz opened this pull request about 1 year ago
[Pg] Fix pg-native Pool transactions

NickKelly1 opened this pull request about 1 year ago
[BUG]: pg-native Pools don't work with Transactions

NickKelly1 opened this issue about 1 year ago
[BUG]: citext example in the custom types docs doesn't work

Dakkers opened this issue about 1 year ago
[BUG]: Error importing schema

snikoletopoulos opened this issue about 1 year ago
[BUG]: transaction not commiting

mooyg opened this issue about 1 year ago
Fix: select from subquery not qualifying field

Angelelz opened this pull request about 1 year ago
[BUG]: Callstack exceeded for large inserts

GentikSolm opened this issue about 1 year ago
fix: callstack exceeded for large inserts

GentikSolm opened this pull request about 1 year ago
[FEATURE]: nulls first/last support for order by asc & desc in postgres

VaibhavAcharya opened this issue about 1 year ago
[BUG]:  WARN  10 deprecated sub-dependencies found

vgseven opened this issue about 1 year ago
[BUG]: ordering on related field tries to order on the root table

OmegaDroid opened this issue about 1 year ago
[FEATURE]: Lint rule for invalid queries

jakeleventhal opened this issue about 1 year ago
[All] Fix: mapWith in extras not being applied

Angelelz opened this pull request about 1 year ago
Add support for Maria DB (core API implementation)

L-Mario564 opened this pull request about 1 year ago
[FEATURE]: Native PG jsonb query support

jakeleventhal opened this issue about 1 year ago
[FEATURE]: Exists function when making queries

jakeleventhal opened this issue about 1 year ago
[MySql] Fix: mysql decimal casted to number where queried in related table

Angelelz opened this pull request about 1 year ago
[BUG]: transaction hangs forever when using drizzle object inside it

abellaismail7 opened this issue about 1 year ago
[FEATURE]: Support AWS Data API v2

ari-becker opened this issue about 1 year ago
[BUG]: schemaFilter deletes schema

shellking4 opened this issue about 1 year ago
[BUG]: insertId is '0' in mysql when using $defaultFn to generate ID

justinwaite opened this issue about 1 year ago
[SQLite] Add expo-sqlite driver

RomanNabukhotnyi opened this pull request about 1 year ago
Beta

AndriiSherman opened this pull request about 1 year ago
Fix: Updated algorithm typo

jakeleventhal opened this pull request about 1 year ago
[BUG]: MySQL bigint has no 'unsigned' property.

Bryce-Davidson opened this issue about 1 year ago
Feat: Allow subqueries in select fields

Angelelz opened this pull request about 1 year ago
[FEATURE]: add "blacklist" parameter to getTableColumns

IbrahimMohammed47 opened this issue about 1 year ago
[SQLite] Add expo-sqlite driver

RomanNabukhotnyi opened this pull request about 1 year ago
BUG `drizzle-kit push:mysql` with Two Primary Keys

clburlison opened this issue about 1 year ago
[Pg] Fix Zod Schema Generation for Array Items

dhing1024 opened this pull request about 1 year ago
Feat: infer type helpers for relations

Angelelz opened this pull request about 1 year ago
Add support for cross join

L-Mario564 opened this pull request about 1 year ago
Output raw SQL from schema

arjunyel opened this issue about 1 year ago
[FEATURE]: Allow to generate migration name

huylocit14054 opened this issue about 1 year ago
[BUG]: Property $dynamic does not exist in type.

GioPat opened this issue about 1 year ago
Fix: allow enums (and any other column) to accept placeholders on update

Angelelz opened this pull request about 1 year ago
Feat: allow empty arrays to passed to `inArray` and `notInArray`

Angelelz opened this pull request about 1 year ago
Fix: placeholder on insert update

Angelelz opened this pull request about 1 year ago
[All] Fix: export internal types

Angelelz opened this pull request about 1 year ago
[Pg] Fix: all datetime mappings

Angelelz opened this pull request about 1 year ago
[Pg] Fix all datetime mappings

Angelelz opened this pull request about 1 year ago
[FEATURE]: Do not require params to set column types

davesierra opened this issue about 1 year ago
[BUG]: ordering produces extremely high reads and low performance.

titong0 opened this issue about 1 year ago
[sqllite] Prevent error if json column is empty

Vlaoff opened this pull request about 1 year ago
[BUG]: Postgres timestamp - mode: "date" returning string

SimtecConsult opened this issue about 1 year ago
[BUG]: introspect:pg column not using generated enum name

cosileone opened this issue about 1 year ago
Fix wrong syntax for exists fn in sqlite

Angelelz opened this pull request about 1 year ago
Removed not working links in root README.md

davbauer opened this pull request about 1 year ago
Removed outdated readme references in root readme

davbauer opened this pull request about 1 year ago
[FEATURE]: Merge multiple calls to `where` when in dynamic mode

markacola opened this issue about 1 year ago
[BUG]: Drizzle Studio won't start after reading config

ayonli opened this issue about 1 year ago
[BUG]: template strings stay unchecked

205g0 opened this issue about 1 year ago
Fix jsonb inserts in PG when postgres.js is used as driver

Angelelz opened this pull request about 1 year ago
[Pg] FIX: correct string escaping for empty PgArrays

Angelelz opened this pull request about 1 year ago
[FEATURE]: Update schema in drizzle-zod

alvesvaren opened this issue about 1 year ago
[pg] add migrationsTable config support for migration

g3r4n opened this pull request about 1 year ago
feat: Add actions to foreignKey(...)

cegredev opened this pull request about 1 year ago
Fix ava tests

Angelelz opened this pull request about 1 year ago