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

MySql version patch to 0.12.0-beta.5

d7177c67694ddb5dcab94f089f21b08cdcc1ead0 authored over 2 years ago by AndriiSherman <[email protected]>
Add autoincrement to columns props

6ead95cbadf11d587de8d773bce79322e4f42103 authored over 2 years ago by AndriiSherman <[email protected]>
MySql version patch to 0.12.0-beta.4

44da65df6b0d01d21e33bd9ab8fb97ef0951b290 authored over 2 years ago by AndriiSherman <[email protected]>
Add autoincrement option to mysql package

3e06d497e71e723e91f7c3cde7e9ef6b4e909684 authored over 2 years ago by AndriiSherman <[email protected]>
Change indexes params for MySql package

8082861a2087129b4477989bbc6d9fa348fef845 authored over 2 years ago by AndriiSherman <[email protected]>
Move mysql changes to be same as pg module

fd576ee81d2179ecdaa83d337c09dd0361c8fcbd authored over 2 years ago by AndriiSherman <[email protected]>
Remove tests from pg npm package

fe7bc83d081a728769b3f1304af9336294b80de8 authored over 2 years ago by Dan Kochetov <[email protected]>
Add joins runtime nullability, fix result type for full join, move mapper outside of table

7846bfb9f29a4fec3e35666660451a9a50a494cc authored over 2 years ago by Dan Kochetov <[email protected]>
Add 1:1 relation with FK example

addc32338d4f13390c3f4052750271aac421df12 authored over 2 years ago by Dan Kochetov <[email protected]>
Add test script to build

25de31c206265b152d4149a15b43b95314dbd359 authored over 2 years ago by Dan Kochetov <[email protected]>
Merge methods and functions overloads, reformat tests structure, add separate tsconfig for tests, add nullability check for joins

f58a30925714f87e12db8e6602c19645359758ea authored over 2 years ago by Dan Kochetov <[email protected]>
drizzle-orm-pg v0.12.0-beta.3

3b72f02a73895e6187cd2c6184e1e3c904b1da75 authored over 2 years ago by Dan Kochetov <[email protected]>
Change foreignKey argument type to object

2069154269b3cd11beefe5ef57564c1d8eff78e7 authored over 2 years ago by Dan Kochetov <[email protected]>
Change getTableColumns to return an array

154b5bd6668344e0c2e52b5e3f88730114ac553f authored over 2 years ago by Dan Kochetov <[email protected]>
Change repo URL to legacy

0dae53d190d8ebfe0e6899076a682f8f612d5b39 authored over 2 years ago by Dan Kochetov <[email protected]>
v0.12.0-beta.1

f09ceb94c5f5d4624ac92d4f39febdfb09837a54 authored over 2 years ago by Dan Kochetov <[email protected]>
Change FKs, indexes and constraints to return an array

7fab3b4307fdf1858307f784665eabf2277362d3 authored over 2 years ago by Dan Kochetov <[email protected]>
v0.12.0-beta.3

9ee17def4e24d3d14b119421db05c25a6b5b6b4a authored over 2 years ago by Dan Kochetov <[email protected]>
Remove query logging in mysql

5b30275362fa5b7faf5509e686d83fe66f9e9d95 authored over 2 years ago by Dan Kochetov <[email protected]>
Bump drizzle-orm-mysql version

7b38a88ab4ef7dfedfaaa43b4de05ac3acadbc3b authored over 2 years ago by Dan Kochetov <[email protected]>
Add np config

2bcaee3c0584e925d522aba24835435aaa187416 authored over 2 years ago by Dan Kochetov <[email protected]>
Add beta publish script

3bc85980b74361a490920ab61f6393bf021b2ccc authored over 2 years ago by AndriiSherman <[email protected]>
Make mysql as beta version

989aeb9797b02a6c3295fee6b9b591b28baa588e authored over 2 years ago by AndriiSherman <[email protected]>
Add MySqlTestConnector

3cab062f9f680360477dbe24084511bd702c413c authored over 2 years ago by Dan Kochetov <[email protected]>
Fix inserting multiple values in MySQL

207335d3a5e1d163ee3200b653e2038a7a09d8e0 authored over 2 years ago by Dan Kochetov <[email protected]>
Fix types in orderBy

13b6196e5de719465290b55595053ad0609c4a5f authored over 2 years ago by Dan Kochetov <[email protected]>
Feature/mysql (#5)

* Add timestamp type for mysql

16e6fef9a634942f1e9e6535cecef27490bbe60c authored over 2 years ago by AndriiSherman <[email protected]>
Add serial type, make float and double numbers in code

5293f93a2e55f2c4e41e9260bc5037c8da8def75 authored over 2 years ago by Dan Kochetov <[email protected]>
Feature/mysql (#4)

Add core structure for MySql package
Add basic set of data types

f6a39f791e859db42d05faaf61330f67090bde14 authored over 2 years ago by AndriiSherman <[email protected]>
Add empty values list check for IN and NOT IN

bd1cf8304ccd79fceccca0413d49f34276ab47ae authored over 2 years ago by Dan Kochetov <[email protected]>
Remove brand from pg

271769f2ecd1f3733ace7799f662d01cd10fcb91 authored over 2 years ago by Dan Kochetov <[email protected]>
Add onUpdate/onDetele to .references(), add all FKs to getTableForeignKeys()

85dd4549bc231d07d924315aa3d502dc7dd8fd12 authored over 2 years ago by Dan Kochetov <[email protected]>
Simplify joins without aliases

5bb50a323b9617069e98daf21b699de43812d5f0 authored over 2 years ago by Dan Kochetov <[email protected]>
Merge branch 'main' of github.com:drizzle-team/drizzle-orm

a9ecb68f3b765b29190bc59c4dbce524a826ab3a authored over 2 years ago by Dan Kochetov <[email protected]>
Implement select responses, separate Column and ColumnWithMapper, add onUpdate and onDelete to FK

e504947b28193eca4af593de73277f4b1daab52f authored over 2 years ago by Dan Kochetov <[email protected]>
Feature/migrator (#3)

* Basic migrator

* Add pg migrations

9bf27d1e3501a6cb15df62851c6edabc443f3700 authored over 2 years ago by AndriiSherman <[email protected]>
Fix joins table names, require tables in joins to be in DB init

53e7618de5d13d97892b9abdcb52f3ef4184ecc8 authored over 2 years ago by Dan Kochetov <[email protected]>
Add primary and references keys to column

f0ef9ff961a0ab00b1b4db32f03982f0cb4df9ef authored over 2 years ago by AndriiSherman <[email protected]>
Add defaults for dates, add missing date columns/params, add varargs to orderBy

b2f2b662723d63d27bc87370f50baa126bccf957 authored over 2 years ago by Dan Kochetov <[email protected]>
Merge timestamp and timestampTz, improve enums, add brands to columns

3e6176b39ad7950678c820b830fc225ad0d1e628 authored over 2 years ago by Dan Kochetov <[email protected]>
Add branded types, shorten joins code

7f005af87d35823889da860620dacb372166ce1d authored over 2 years ago by Dan Kochetov <[email protected]>
Enum typo

0a6e4918844f39cbddf0ef24e0416ec14ab6699e authored over 2 years ago by AndriiSherman <[email protected]>
Use mapFromDriver method in time/date columns

e5868a401bf072433e07a968e47406bc456ffada authored over 2 years ago by AndriiSherman <[email protected]>
Add index exports for column types

b596b7dd0837f8fabb741475aa3fbdae6fad1ed1 authored over 2 years ago by AndriiSherman <[email protected]>
Add time/timestamp/timestamptz/date/enum data types in postgres

802eebcf8b6a2928ad5a54f248934b79760da144 authored over 2 years ago by AndriiSherman <[email protected]>
Merge branch 'main' of github.com:drizzle-team/drizzle-orm

af251e909001d9cb7316ed151c55071d6d9b5212 authored over 2 years ago by AndriiSherman <[email protected]>
Add basic set of pg data types

259a9d1d8df900c1ccfed9d089f679ae9aab398a authored over 2 years ago by AndriiSherman <[email protected]>
Implement mapper to/from driver

2b5de6826ff5eb795d508d2158d7e869f8077467 authored over 2 years ago by Dan Kochetov <[email protected]>
Add returning function to have partial

1. Insert query now have partial keys as optional param for returning statement;
2. Delete query...

392337d550858c55ca9cdaff6850052a07af9ade authored over 2 years ago by AndriiSherman <[email protected]>
Make all query chunks lowercase

37df62be6249569455d5541fc7a6319acdbecbd7 authored over 2 years ago by Dan Kochetov <[email protected]>
Clean select builder

1. Add return types for each builder block, so Pick/Omit will be visible
2. Add left/full/right ...

893a23844be5435b5b9e58a3c6129670bac62d73 authored over 2 years ago by AndriiSherman <[email protected]>
Implement ON CONFLICT, add driver param type to columns

558a65347b02f64d91e9bbfd543da34d52926e8b authored over 2 years ago by Dan Kochetov <[email protected]>
Feature/delete insert (#2)

* Add Delete wuery builder with mapping

* Add delete examples to integration tests workspace
...

6a341e42548323c5d464625abb01cc603c5e35fe authored over 2 years ago by AndriiSherman <[email protected]>
Move raw to sql.raw, fix invoking sql with a string only

a041ce9db43a32376acc4b5aa6ca43588653a013 authored over 2 years ago by Dan Kochetov <[email protected]>
Remove column names from UPDATE SET clause

da45f1ace505072caddf157fe8d71c2ed442febe authored over 2 years ago by Dan Kochetov <[email protected]>
Cleanup table type

356efa310839a73494687f50f7e4b5246883297c authored over 2 years ago by Dan Kochetov <[email protected]>
Add covariance fields to classes, add testing tools

b272daef56e8cbc195c30abb8b1bd94992108b8c authored over 2 years ago by Dan Kochetov <[email protected]>
Add all examples for docs

8ce82316dcdc6bd8dda57d202fe534ef5a540e99 authored over 2 years ago by AndriiSherman <[email protected]>
Cleanup architecture

b0f4f1b5a98ea37718e44b95220f3e389cf2ad75 authored over 2 years ago by Dan Kochetov <[email protected]>
Feature/builders (#1)

* Add types for join and partial selecting

* Update test.ts with examples after merging

* ...

d93e360b5c81714f7e5cc85fa6ace9109e480383 authored over 2 years ago by AndriiSherman <[email protected]>
Add PgSelect

51bd74c789c99bd0af573eff7236ee4068b1da15 authored over 2 years ago by Dan Kochetov <[email protected]>
WIP: add PgSelect, separate classes into files

2ccec687962664c42cb45a78f432fa168b74ef4e authored over 2 years ago by Dan Kochetov <[email protected]>
Add basic monorepo structure for pg/mysql/core packages

1a6290ad197ca78a705f66d90f4920fc074729cd authored over 2 years ago by AndriiSherman <[email protected]>
Organize monorepo, re-implement most of the old functionality

7327862dc05973511f1ea17b6bd21eccdecff337 authored over 2 years ago by Dan Kochetov <[email protected]>
Initial commit

2fd57381829af3e78ce1ff24fb7cc07e944a3379 authored over 2 years ago by Dan Kochetov <[email protected]>