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
DasOhmoff opened this issue about 1 year ago
[BUG]: broken link in README.md
mvolkmann opened this issue about 1 year ago
mvolkmann opened this issue about 1 year ago
[BUG]: RangeError: Maximum call stack size exceeded on insert of large amount of rows
jakeleventhal opened this issue about 1 year ago
jakeleventhal opened this issue about 1 year ago
Schema path not working when using custom config path
jakeleventhal opened this issue about 1 year ago
jakeleventhal opened this issue about 1 year ago
Add changelog for 0.29.3
AndriiSherman opened this pull request about 1 year ago
AndriiSherman opened this pull request about 1 year ago
[BUG]: drizzle-kit introspect small errors
AlexXi19 opened this issue about 1 year ago
AlexXi19 opened this issue about 1 year ago
[BUG]: Expo - Error: Cannot find native module 'ExpoSQLiteNext', js engine: hermes
denysovvl opened this issue about 1 year ago
denysovvl opened this issue about 1 year ago
introspect: trailing comma is missing in createTablePKs
lxia1220 opened this issue about 1 year ago
lxia1220 opened this issue about 1 year ago
Missing quotes in constraintName of PgAlterTableAlterCompositePrimaryKeyConvertor.
lxia1220 opened this issue about 1 year ago
lxia1220 opened this issue about 1 year ago
[BUG]: mysql introspect: TypeError: Cannot read properties of undefined (reading 'tables')
md-redwan-hossain opened this issue about 1 year ago
md-redwan-hossain opened this issue about 1 year ago
[FEATURE]: operator function for `is distinct from` (SQL:1999 standard T151)
fnimick opened this issue about 1 year ago
fnimick opened this issue about 1 year ago
fix: make expo-sqlite peer dep optional
juliusmarminge opened this pull request about 1 year ago
juliusmarminge opened this pull request about 1 year ago
[BUG]: Drizzle linter lints prisma too
AlexXi19 opened this issue about 1 year ago
AlexXi19 opened this issue about 1 year ago
[BUG]: Empty findFirst and findMany queries returns unknown types with strictNullChecks set to false
jakeleventhal opened this issue about 1 year ago
jakeleventhal 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
jakeleventhal opened this issue about 1 year ago
[FEATURE]: onConflictDoUpdate() set many
janvorwerk opened this issue about 1 year ago
janvorwerk opened this issue about 1 year ago
[BUG]: simple select query not returning expected row
alanhamlett opened this issue about 1 year ago
alanhamlett opened this issue about 1 year ago
[FEATURE]: Ability to cache tables
Artrix9095 opened this issue about 1 year ago
Artrix9095 opened this issue about 1 year ago
[BUG]: Migration generated without schema
tjapa opened this issue about 1 year ago
tjapa opened this issue about 1 year ago
[BUG]: query variable used in union statement causes RangeError: Maximum call stack size exceeded
arackaf opened this issue about 1 year ago
arackaf opened this issue about 1 year ago
[BUG]: Transactions rollback doesn't work
WebTarantul opened this issue about 1 year ago
WebTarantul opened this issue about 1 year ago
Allow empty array insertions
jakeleventhal opened this pull request about 1 year ago
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
n-vh opened this issue about 1 year ago
[BUG]: Insert empty array should be valid
jakeleventhal opened this issue about 1 year ago
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
jakeleventhal opened this issue about 1 year ago
[BUG]: package subpath './relations' is not defined by "exports" in node_modules/drizzle-orm/package.json
masterbater opened this issue about 1 year ago
masterbater opened this issue about 1 year ago
[FEATURE]: Add docs about NOW()
Zamiell opened this issue about 1 year ago
Zamiell opened this issue about 1 year ago
Prevent `with` when table has no relations
ankitr opened this pull request about 1 year ago
ankitr opened this pull request about 1 year ago
fix: make expo peer dependencies optional
Cherry opened this pull request about 1 year ago
Cherry opened this pull request about 1 year ago
[PG] Improve enums type-safety
L-Mario564 opened this pull request about 1 year ago
L-Mario564 opened this pull request about 1 year ago
[FEATURE]: Cassandra/CQL support
mkieblesz opened this issue about 1 year ago
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
Angelelz opened this pull request about 1 year ago
[BUG]: Incorrect statement breakpoints cause libsql migrations to fail with SQL_NO_STATEMENT error
jennnx opened this issue about 1 year ago
jennnx opened this issue about 1 year ago
[Pg] Fix pg-native Pool transactions
NickKelly1 opened this pull request about 1 year ago
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
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
Dakkers opened this issue about 1 year ago
[BUG]: Error importing schema
snikoletopoulos opened this issue about 1 year ago
snikoletopoulos opened this issue about 1 year ago
[Studio] SQLite, saving timestamp value in "yyyy-MM-dd HH:mm:ss" causes Drizzle Kit Studio to fail Delete and Select/Filter operations
arvilmena opened this issue about 1 year ago
arvilmena opened this issue about 1 year ago
[BUG]: transaction not commiting
mooyg opened this issue about 1 year ago
mooyg opened this issue about 1 year ago
Fix: select from subquery not qualifying field
Angelelz opened this pull request about 1 year ago
Angelelz opened this pull request about 1 year ago
[BUG]: Callstack exceeded for large inserts
GentikSolm opened this issue about 1 year ago
GentikSolm opened this issue about 1 year ago
fix: callstack exceeded for large inserts
GentikSolm opened this pull request about 1 year ago
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
VaibhavAcharya opened this issue about 1 year ago
[BUG]: βWARNβ 10 deprecated sub-dependencies found
vgseven opened this issue about 1 year ago
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
OmegaDroid opened this issue about 1 year ago
[FEATURE]: Lint rule for invalid queries
jakeleventhal opened this issue about 1 year ago
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
Angelelz opened this pull request about 1 year ago
[BUG]: findmany , findfirst is not accessable by drizzle(client, { schema });
hiraaziz opened this issue about 1 year ago
hiraaziz opened this issue about 1 year ago
Add support for Maria DB (core API implementation)
L-Mario564 opened this pull request about 1 year ago
L-Mario564 opened this pull request about 1 year ago
[BUG]: where clause doesn't work the same for query builder and relational queries API
nightspite opened this issue about 1 year ago
nightspite opened this issue about 1 year ago
[FEATURE]: Native PG jsonb query support
jakeleventhal opened this issue about 1 year ago
jakeleventhal opened this issue about 1 year ago
[FEATURE]: Exists function when making queries
jakeleventhal opened this issue about 1 year ago
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
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
abellaismail7 opened this issue about 1 year ago
[FEATURE]: Support AWS Data API v2
ari-becker opened this issue about 1 year ago
ari-becker opened this issue about 1 year ago
[BUG]: schemaFilter deletes schema
shellking4 opened this issue about 1 year ago
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
justinwaite opened this issue about 1 year ago
[BUG]: Drizzkle kit generate wrong SQL for Postgres enum arrays and double precision array.
Hebilicious opened this issue about 1 year ago
Hebilicious opened this issue about 1 year ago
[SQLite] Add expo-sqlite driver
RomanNabukhotnyi opened this pull request about 1 year ago
RomanNabukhotnyi opened this pull request about 1 year ago
Beta
AndriiSherman opened this pull request about 1 year ago
AndriiSherman opened this pull request about 1 year ago
Fix: Updated algorithm typo
jakeleventhal opened this pull request about 1 year ago
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
Bryce-Davidson opened this issue about 1 year ago
Feat: Allow subqueries in select fields
Angelelz opened this pull request about 1 year ago
Angelelz opened this pull request about 1 year ago
[FEATURE]: add "blacklist" parameter to getTableColumns
IbrahimMohammed47 opened this issue about 1 year ago
IbrahimMohammed47 opened this issue about 1 year ago
[SQLite] Add expo-sqlite driver
RomanNabukhotnyi opened this pull request about 1 year ago
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
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
dhing1024 opened this pull request about 1 year ago
Feat: infer type helpers for relations
Angelelz opened this pull request about 1 year ago
Angelelz opened this pull request about 1 year ago
Add support for cross join
L-Mario564 opened this pull request about 1 year ago
L-Mario564 opened this pull request about 1 year ago
Output raw SQL from schema
arjunyel opened this issue about 1 year ago
arjunyel opened this issue about 1 year ago
[FEATURE]: Allow to generate migration name
huylocit14054 opened this issue about 1 year ago
huylocit14054 opened this issue about 1 year ago
[BUG]: Property $dynamic does not exist in type.
GioPat opened this issue about 1 year ago
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
Angelelz opened this pull request about 1 year ago
[BUG]: drizzle-zod type error when using with latest version of drizzle-orm with pg
sebpowell opened this issue about 1 year ago
sebpowell opened this issue about 1 year ago
Feat: allow empty arrays to passed to `inArray` and `notInArray`
Angelelz opened this pull request about 1 year ago
Angelelz opened this pull request about 1 year ago
Fix: placeholder on insert update
Angelelz opened this pull request about 1 year ago
Angelelz opened this pull request about 1 year ago
[All] Fix: export internal types
Angelelz opened this pull request about 1 year ago
Angelelz opened this pull request about 1 year ago
Add test for `Nested Partial Select returns null on left join if first column value is null` issue
realmikesolo opened this pull request about 1 year ago
realmikesolo opened this pull request about 1 year ago
[Pg] Fix: all datetime mappings
Angelelz opened this pull request about 1 year ago
Angelelz opened this pull request about 1 year ago
[Pg] Fix all datetime mappings
Angelelz opened this pull request about 1 year ago
Angelelz opened this pull request about 1 year ago
[FEATURE]: Much better DX with deriving SQL table name for TS key
205g0 opened this issue about 1 year ago
205g0 opened this issue about 1 year ago
[FEATURE]: Do not require params to set column types
davesierra opened this issue about 1 year ago
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
titong0 opened this issue about 1 year ago
[FEATURE]: remove limitation: notInArray requires at least one value
sys13 opened this issue about 1 year ago
sys13 opened this issue about 1 year ago
[sqllite] Prevent error if json column is empty
Vlaoff opened this pull request about 1 year ago
Vlaoff opened this pull request about 1 year ago
[BUG]: Inner Join not using the column specified, it is using the primary key | Order By not using field specified
donhook opened this issue about 1 year ago
donhook opened this issue about 1 year ago
[BUG]: Postgres timestamp - mode: "date" returning string
SimtecConsult opened this issue about 1 year ago
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
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
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
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
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
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
ayonli opened this issue about 1 year ago
[BUG]: template strings stay unchecked
205g0 opened this issue about 1 year ago
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
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
Angelelz opened this pull request about 1 year ago
[FEATURE]: Update schema in drizzle-zod
alvesvaren opened this issue about 1 year ago
alvesvaren opened this issue about 1 year ago
[pg] add migrationsTable config support for migration
g3r4n opened this pull request about 1 year ago
g3r4n opened this pull request about 1 year ago
feat: Add actions to foreignKey(...)
cegredev opened this pull request about 1 year ago
cegredev opened this pull request about 1 year ago
Fix ava tests
Angelelz opened this pull request about 1 year ago
Angelelz opened this pull request about 1 year ago