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

Remove mentions of `BuiltInFunction`

8fd0a472011c136d192e367065578e32757bc599 authored about 1 year ago by Mario564 <[email protected]>
Update jsdoc for Pg delete

610acead27577730d29f9aa2428e9e23ab2e21ed authored about 1 year ago by realmikesolo <[email protected]>
Add jsdoc for Pg delete

f4156aa0bb6744d341f40adea7979babd7605e3c authored about 1 year ago by realmikesolo <[email protected]>
fixed lock file

6aa0cd76cc0cd2afb0cc8dbdd1d185a0799fd818 authored about 1 year ago by Angelelz <[email protected]>
Added cpy-cli for a crossplatform build

73c7af917280056af782bbe6b868d7e2ceecb2dc authored about 1 year ago by Angelelz <[email protected]>
Refactor aggregate functions

641b779acb40f194d065c4e9baeb1e7628e37cc7 authored about 1 year ago by Mario564 <[email protected]>
added to release feature branch and unpublish release branch workflows

b5c8fe9c1a4b2d4158c6edade48931bf4ada834c authored about 1 year ago by Angelelz <[email protected]>
Moved eslint-plugin-drizzle to drizzle-orm repository

8eebe5befec4f4425cf4e5abc447ff1948ae05ae authored about 1 year ago by Angelelz <[email protected]>
Update `with ... select` test for PG

bc757ba78c470b17bc9c276639d5c28c98ac109e authored about 1 year ago by Mario564 <[email protected]>
Fix linting issues

a6b1e6860469cfd0c728b4b5d8605559b8d87c67 authored about 1 year ago by Mario564 <[email protected]>
Merge remote-tracking branch 'upstream/beta' into pg-with-select-distinct-fix

83b7a96fbc45e18745a173dfe09f7ae44c248e18 authored about 1 year ago by Mario564 <[email protected]>
Merge remote-tracking branch 'upstream/beta' into beta

824462a1d4bbd49e8a5db6db034889677f349b53 authored about 1 year ago by Mario564 <[email protected]>
Merge remote-tracking branch 'upstream/beta' into add-aggregate-functions

5b62339888dc3b6df358a9077df0520787953a79 authored about 1 year ago by Mario564 <[email protected]>
Create tests for aggregate functions

d4eb356f964a60a7d04741be4447dd852837763b authored about 1 year ago by Mario564 <[email protected]>
Implement MySQL and SQLite aggregate functions

Implement `count`, `avg`, `sum`, `max` and `min` to MySQL dialect and all of the previously ment...

11ab15838a034f5e995f8e2c5723a7a530c6d303 authored about 1 year ago by Mario564 <[email protected]>
Merge pull request #1484 from drizzle-team/beta

0.29.0

0d833d1ca78735e29b124e2a672bda2c85738f48 authored about 1 year ago by Andrii Sherman <[email protected]>
Fix Cloudflare

a6dc062017325f4d5e6975b315075497843890e6 authored about 1 year ago by AndriiSherman <[email protected]>
Fix changelogs for 0.29.0

4227a46230225f950fca774e884c69d3dee18ec7 authored about 1 year ago by AndriiSherman <[email protected]>
Implement PG aggregate functions

Implement `count`, `avg`, `sum`, `max` and `min` to PG dialect

73981dc0b7864dece86c948e4eec9b095ec62a46 authored about 1 year ago by Mario564 <[email protected]>
Update api version to 6

d3b1c58856487cc09c3a5e9dc534aa9be9172f11 authored about 1 year ago by AndriiSherman <[email protected]>
Merge pull request #1468 from drizzle-team/fix-imports

Fix imports

0a8127cc72bf3ba50410a5a367fd5bdc7b3d513f authored about 1 year ago by Andrii Sherman <[email protected]>
timeout to 100 sec in vitest

99ce57780ce755cbcc3c0758be740d462f842d75 authored about 1 year ago by AndriiSherman <[email protected]>
Add 60 sec timeout for vitest

f6d20a115e4e40d749a5373759d73270f61a920b authored about 1 year ago by AndriiSherman <[email protected]>
Merge branch 'beta' of github.com:drizzle-team/drizzle-orm into fix-imports

9cbf8c9a0941a50c3db2eaf3be5a3320368e2f97 authored about 1 year ago by AndriiSherman <[email protected]>
Add schema to extractTablesRelationalConfig function

3822b1c7d9049c247d2e59e7de7ecc6042276583 authored about 1 year ago by AndriiSherman <[email protected]>
Fix cycle imports

6d0c2c094a49735215a12efd03ed6483c0ee70c3 authored about 1 year ago by AndriiSherman <[email protected]>
Update `select distinct` PG test

36910d7e635dec8d174201446caeea82ca86facd authored about 1 year ago by Mario564 <[email protected]>
[PG] Add mising select functions in with clause

ee7c40930b9929eedd7b4945489146c50a149145 authored about 1 year ago by Mario564 <[email protected]>
Add `sql` to `distinct on` column separator

fbf2627843dec0025eefd7ffba6effc5cd5bbac5 authored about 1 year ago by Mario564 <[email protected]>
Merge pull request #1218 from Angelelz/feat-union

1a482ce8eab9cf124f02ca2074757b42bd6f51ac authored about 1 year ago by Dan Kochetov <[email protected]>
[MySql] fixed failing tests based on query order

a83ea7dadf147d89d6d35c4128bea0aed10e01a5 authored about 1 year ago by Angelelz <[email protected]>
[SQLite] Types simplification from review

af5387f7892de63157436a8b3c56f57b570e6516 authored about 1 year ago by Angelelz <[email protected]>
[Pg] Types simplification from review

99b2a3c5d3684fac73da2c7230f04e15a0601c80 authored about 1 year ago by Angelelz <[email protected]>
[MySql] Types simplification from review and fixed tests for western hemisphere

1128c12f4536e3d682012f51bc530695c4293fb0 authored about 1 year ago by Angelelz <[email protected]>
fixes d1 example

0183e829f2302dc5ef53d775998590014dab78ad authored about 1 year ago by domlen2003 <[email protected]>
fix: Fix snapshots

6e9788893f4bc9a8e621ff90806b1cd1507df65e authored about 1 year ago by Roman <[email protected]>
Merge branch 'beta' into proxies

ed33301aeaf7c3da0aba6d87206a0e8450bf3b73 authored about 1 year ago by Roman Nabukhotnyi <[email protected]>
fix: Fix proxy migrators and tests

ba389d53fac6a644d2e14c6b1275056d7e49401b authored about 1 year ago by Roman <[email protected]>
[SQLite] Simplification by removing intermediary clases and making the queries mutable

c7846b97f71a40dd528d1068ba1cd1068e8c15de authored about 1 year ago by Angelelz <[email protected]>
[Pg] Simplification by removing intermediary clases and making the queries mutable

c8117b1a7ff66a10a594bf81a77fff530ec88c98 authored about 1 year ago by Angelelz <[email protected]>
[MySql] Simplification by removing intermediary clases and making the queries mutable

8fcd2d41d498116589c401d0bd50fb114628959e authored about 1 year ago by Angelelz <[email protected]>
Remove debug file

08e30435e9865c4322bc452c11e31cac06423f09 authored about 1 year ago by Dan Kochetov <[email protected]>
Merge pull request #1384 from drizzle-team/replicas

Replicas

0e0af5975bebdd592bd04caeed563e3524c7685c authored about 1 year ago by Andrii Sherman <[email protected]>
Exclude replicas from ava

23cf493d5b475536618b585cb12ddc3473570965 authored about 1 year ago by AndriiSherman <[email protected]>
Fix types for replicas in MySQL and SQLite

a6d3b9ad4edfad0b1dd275aada2dff2b4d9b5b55 authored about 1 year ago by AndriiSherman <[email protected]>
Merge branch 'beta' of github.com:drizzle-team/drizzle-orm into replicas

9f9c6a8cb96290007fd33130aa34d999d7858157 authored about 1 year ago by AndriiSherman <[email protected]>
[All] fix typescript errors

57889e17d89cf62a2b36057cf0394e686a868f2b authored about 1 year ago by Angelelz <[email protected]>
Merge branch 'beta' into feat-union

f4794c6f0f39df0dd5fca6060183966e84fbcbc2 authored about 1 year ago by Angelelz <[email protected]>
[Pg] fixed types, addressed comments and added new type tests, fixed eslint errors

0b1d5ae8848b0fe03f27a8c1b3e926339300be08 authored about 1 year ago by Angelelz <[email protected]>
Fix setting version

cf6274ff7b9e3dd6d4ba682b85487c90f9609272 authored about 1 year ago by Dan Kochetov <[email protected]>
Fix build script

92ad044377f2b226bcdda95fbb523579a3e30961 authored about 1 year ago by Dan Kochetov <[email protected]>
Add attw to feature branch pipeline

f04127c1949edb8b539a73e727cd8165a6e68f9f authored about 1 year ago by Dan Kochetov <[email protected]>
[MySql] fixed types, addressed comments and added new type tests

e763b299ec75950db0c907d150841fb8019b51de authored about 1 year ago by Angelelz <[email protected]>
Add extension fix to ESM files

8e1c6d3a314e3faa4facdef612c3804954ed8b4a authored about 1 year ago by Dan Kochetov <[email protected]>
Remove eslint-plugin-dprint, as it's not working properly

8bec972d09bbfc32dc76aa08654b383ad23ae56a authored about 1 year ago by Dan Kochetov <[email protected]>
Remove bundling, replace Rollup with tsup, add @arethetypeswrong/cli to pipeline

ea3bfe659cafcce4fc5d0959a4086ac3eb6aaa6b authored about 1 year ago by Dan Kochetov <[email protected]>
[SQLite] deleted commented code and improved error readability

3c925d61eaa240548f757c8fdf58649979cc787a authored about 1 year ago by Angelelz <[email protected]>
[SQLite] fixed types, addressed comments and added new type tests

152aa37911b9897e933a4cb84701d268458e830e authored about 1 year ago by Angelelz <[email protected]>
Fix type import side effects

f0b735218bc551c13390ad77ecde268952f6dca1 authored about 1 year ago by Dan Kochetov <[email protected]>
Merge pull request #1329 from RomanNabukhotnyi/proxies

[Pg | MySQL] Add postgres and mysql proxies

35f26450102f1e64a0acb3efaa4b8b24a8ecb6f6 authored about 1 year ago by Andrii Sherman <[email protected]>
fix: Fix pg-proxy tests

574902b76b0da597d3f300bc0d465ec8bf24b2a3 authored about 1 year ago by Roman <[email protected]>
Merge branch 'beta' into proxies

c56548cdad25d09c9984850f74116357550d84a0 authored about 1 year ago by Andrii Sherman <[email protected]>
Merge pull request #1362 from drizzle-team/fix-batch

Add d1 batch fixes

9091d23db75640b6f8322bee67a5ba1e90aea3d3 authored about 1 year ago by Andrii Sherman <[email protected]>
Upgrade to 0.29.0

9b4304fb4d0bb9eb28bc8590439b874af702cd1f authored about 1 year ago by AndriiSherman <[email protected]>
Merge branch 'beta' of github.com:drizzle-team/drizzle-orm into fix-batch

bb8768ebcd52201d450cff918c86599c7918c8ba authored about 1 year ago by AndriiSherman <[email protected]>
Fix tests

0028fb929e0ad15d819865c1ea6732e93d39f139 authored about 1 year ago by Dan Kochetov <[email protected]>
Fix tables list in "for ... of" clause in pg select

5d6a6f2a506978afa90ee53fe089c934f81cff07 authored about 1 year ago by Dan Kochetov <[email protected]>
Resolve more circular dependencies

1a05cb8ba925575fe496b6b6a4c9722f705a30a4 authored about 1 year ago by Dan Kochetov <[email protected]>
Resolve circular dependencies

2881b4ce15ea72865c9d3c7e87df37237b2b62e1 authored about 1 year ago by Dan Kochetov <[email protected]>
Add d1 batch fixes

7ccbb55980ac4a52e10cc5713cbc962206761f9a authored about 1 year ago by AndriiSherman <[email protected]>
Merge pull request #1271 from drizzle-team/unsigned-mysql

Unsigned Ints; Custom names for PrimaryKeys and ForeignKeys

33f4f10925d5f2556206233a151a29163d3fc38d authored about 1 year ago by Andrii Sherman <[email protected]>
Merge branch 'beta' into proxies

ec38e8747559613b3bfaa0f48d1c253a1c973562 authored about 1 year ago by Roman <[email protected]>
[All] Resolved merge conflicts. Need to fix types

d38f3b42e47af5c86cf56b6497846e894b82fd9e authored about 1 year ago by Angelelz <[email protected]>
Merge branch 'beta' into feat-union

1bcd4186c3bbb70705cc7928602b673374a30b55 authored about 1 year ago by Angelelz <[email protected]>
fix: Fix pg and mysql proxy examples

968ee62b2bc3348285af3a68ca94a4c39bed709a authored about 1 year ago by Roman <[email protected]>
fix: Remove test.ts

d1d16d95d99403171728ebb3a61852813856c1a7 authored about 1 year ago by Roman <[email protected]>
feat: Add pg and mysql proxies

94c3c95fd569ee6ae5c75e6a15aa32ab3da4ae0d authored about 1 year ago by Roman <[email protected]>
Improve query builder types, update batch API

ee6a68b2c7e6c642ad36d25ea129a1828f35d164 authored about 1 year ago by Dan Kochetov <[email protected]>
Fix PK's composite for new syntax

4e094f03aa9b7de46490655fa80d38b3679f8c15 authored about 1 year ago by AndriiSherman <[email protected]>
Fix PK's generation

b349f569013d29f0f74d034b94336c85e04294ec authored about 1 year ago by AndriiSherman <[email protected]>
[All] Moved the query construction logic to the each dialect

256a292167236f4d1bec73e98337866f0b1cef19 authored about 1 year ago by Angelelz <[email protected]>
[All] added `.as()` method to create subqueries from set operations. Added tests

85be035c8589a44bf9982e1526d9b1a3e1db5eaf authored about 1 year ago by Angelelz <[email protected]>
[All] Added offset

7618db5d816fb24130c4d63c5c6955caf0b06d54 authored about 1 year ago by Angelelz <[email protected]>
[All] code cleanup and eslint rules fix

9281dc292ddff0ee14675f4fda512916a157333d authored about 1 year ago by Angelelz <[email protected]>
[All] Completed implementation with requested changes

- Added coments for type tests

- Added runtime check that throws an error if the select have ...

8808a1f05a0cbb9e17943098b9b4bb557f2c6353 authored about 1 year ago by Angelelz <[email protected]>
Add custom names for primaryKey and foreignKey constraints defined in drizzle schema

90484020c68e8a0ab88de03267ee18c38185ccc2 authored over 1 year ago by AndriiSherman <[email protected]>
[SQLite] Added integration tests for all cases

14f996be3d0a0ecbe02db253c03f3858677bf606 authored over 1 year ago by Angelelz <[email protected]>
[SQLite] Added type tests

e555c093f4e4e990d870167cbebf7be960b9eca7 authored over 1 year ago by Angelelz <[email protected]>
[SQLite] Completed implementation of set operators

- added SQLiteSetOperatorBuilder and SQLiteSetOperator classes

- SQLiteSelectBuilder now exte...

35a525de0e177a56d7b34ecbf2f97f43f5468450 authored over 1 year ago by Angelelz <[email protected]>
[Pg] Added integration tests for the set operators

4e371fb13cac28e468d620968d79e5f52dce8c5d authored over 1 year ago by Angelelz <[email protected]>
[Pg] Added type tests for the set operators

87479a7e55da1d0eb4a6508c4aadc68474ed7a2d authored over 1 year ago by Angelelz <[email protected]>
[Pg] Completed implementation of set operations

- Added abstract class PgSetOperatorBuilder that extends the TypedQueryBuilder

- Added type h...

3893876dff4c97618cd5dd9d23d4b8d4f2efbcd3 authored over 1 year ago by Angelelz <[email protected]>
Prepare for Release 0.29.0:

- Add support for unsigned integers in MySQL.
- Introduce custom names for primary keys and fore...

8eccb828ba5a938c59fc3936f365643b6d1e5fb8 authored over 1 year ago by AndriiSherman <[email protected]>
Added test for mysql implementation of set operators

- fixed wring import in pg that prevented test from running

- added tests

907605a465d6e4578f64ad5f2294baf6a1865fa5 authored over 1 year ago by Angelelz <[email protected]>
[MySql] fixed type issue with the rest parameters passed to the set operator functions

- Added a new type 'SetOperatorRestSelect' to properly handle the rest parameter

- Added a ne...

8def9d61ae507270fd968d3e373e226e256bbfde authored over 1 year ago by Angelelz <[email protected]>
Add mysql and sqlite withReplicas + tests

863efc4ead946d103b6b4bab802a3fd31cc6c10a authored over 1 year ago by AndriiSherman <[email protected]>
(mysql) added type tests for the set operators

a21e3861bb7a53f55856c362b4725faff9647a80 authored over 1 year ago by Angelelz <[email protected]>
(Mysql) fixed set operator function accepting only one parameter

c842f4d9ac8092f6bb16af7512f1e8ff7b7ede1c authored over 1 year ago by Angelelz <[email protected]>
Added function support to the set operators methods in mysql

4c2f929418c80516efc1751a3a824e4dd7cd76a3 authored over 1 year ago by Angelelz <[email protected]>
Added support to pass multiple arguments to the standalone set operator functions. The types might need some more work

273a88429bafce29850b8322b7c6d342ac4f56fa authored over 1 year ago by Angelelz <[email protected]>