Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

igalklebanov/kysely

igalklebanov pushed 2 commits to docs-merge-examples igalklebanov/kysely
  • add generate-site-examples package.json script. a09e1f3
  • make generate-site-examples friendlier. 289702a

View on GitHub

igalklebanov created a branch on igalklebanov/kysely

docs-merge-examples - A type-safe typescript SQL query builder

igalklebanov pushed 1 commit to pg-merge-returning igalklebanov/kysely
  • Discard changes to src/parser/merge-parser.ts b247f1f

View on GitHub

igalklebanov pushed 1 commit to pg-merge-returning igalklebanov/kysely
  • fix returningAll() typeings test case. 3278195

View on GitHub

igalklebanov pushed 1 commit to pg-merge-returning igalklebanov/kysely

View on GitHub

igalklebanov pushed 16 commits to parse-json-omit-keys igalklebanov/kysely
  • docs: support light mode. (#1177) 7a338c6
  • docs: fix weird default state showing dark and light elements. (#1179) fcf5224
  • fix(docs): add missing import to migrations example script (#1178) Co-authored-by: Igal Klebanov <igalklebanov@gmail... edd82fa
  • docs: refresh quotes. (#1182) d86ccda
  • docs: fix stackblitz theme out of sync. (#1183) b943211
  • docs: rework features list. (#1185) 5b79e88
  • `InferResult` should output plural. (#1064) ba037ce
  • Support update table1, table2, ... query support. Closes #192 (#1079) 25c2828
  • Speedup types with huge databases. Fixes #867 (#1080) 78795a7
  • add reusable helpers recipe and implement missing expression features (#1085) * add reusable helpers recipe and impl... 0bc588f
  • feat: support refresh materialized view (#990) * feat: add postgres range types (#1086) * feat: support refresh n... 4f336d7
  • Remove preventAwait (#1160) Related #748 a749fb0
  • ci: run 22.x ae349bc
  • add `ControlledTransaction`. (#962) Co-authored-by: Igal Klebanov <[email protected]> 477f8c5
  • `await using kysely = new Kysely()` support. (#1167) 66c0e57
  • add more control through configuration @ ParseJSONResultsPlugin. 3a1825e

View on GitHub

igalklebanov pushed 1 commit to pg-merge-returning igalklebanov/kysely

View on GitHub

igalklebanov pushed 1 commit to pg-merge-returning igalklebanov/kysely
  • extract `mergeAction` to helper instead. 5753740

View on GitHub

igalklebanov pushed 1 commit to pg-merge-returning igalklebanov/kysely
  • Discard changes to src/parser/select-parser.ts 7c78659

View on GitHub

igalklebanov pushed 1 commit to pg-merge-returning igalklebanov/kysely
  • Discard changes to src/parser/expression-parser.ts ce79c92

View on GitHub

igalklebanov pushed 3 commits to pg-merge-returning igalklebanov/kysely
  • allow overriding which expression builder is created in select parsers. 64694a8
  • support merge_action() 03604a3
  • unit tests. 1bba66c

View on GitHub

igalklebanov pushed 1 commit to pg-merge-returning igalklebanov/kysely

View on GitHub

igalklebanov pushed 1 commit to pg-merge-returning igalklebanov/kysely
  • remove multi table variant returningAll. 4ab758f

View on GitHub

igalklebanov pushed 1 commit to pg-merge-returning igalklebanov/kysely
  • fix returningAll not allowing source table in single variant. eb29dac

View on GitHub

igalklebanov pushed 1 commit to pg-merge-returning igalklebanov/kysely
  • add returning handling @ execute. 0213382

View on GitHub

igalklebanov pushed 19 commits to pg-merge-returning igalklebanov/kysely
  • docs: fix weird default state showing dark and light elements. (#1179) fcf5224
  • fix(docs): add missing import to migrations example script (#1178) Co-authored-by: Igal Klebanov <igalklebanov@gmail... edd82fa
  • docs: refresh quotes. (#1182) d86ccda
  • docs: fix stackblitz theme out of sync. (#1183) b943211
  • docs: rework features list. (#1185) 5b79e88
  • `InferResult` should output plural. (#1064) ba037ce
  • Support update table1, table2, ... query support. Closes #192 (#1079) 25c2828
  • Speedup types with huge databases. Fixes #867 (#1080) 78795a7
  • add reusable helpers recipe and implement missing expression features (#1085) * add reusable helpers recipe and impl... 0bc588f
  • feat: support refresh materialized view (#990) * feat: add postgres range types (#1086) * feat: support refresh n... 4f336d7
  • Remove preventAwait (#1160) Related #748 a749fb0
  • ci: run 22.x ae349bc
  • add `ControlledTransaction`. (#962) Co-authored-by: Igal Klebanov <[email protected]> 477f8c5
  • `await using kysely = new Kysely()` support. (#1167) 66c0e57
  • add returning @ MergeQueryNode. 2ee8791
  • add returning compilation. 9532b58
  • add MultiTableReturningInterface. 2789321
  • add returning/returningAll @ MergeQueryBuilder. 3ddf083
  • add returning @ transformer. 15c3659

View on GitHub

igalklebanov pushed 1 commit to ts-using igalklebanov/kysely
  • only test tsconfigs should change. afd179f

View on GitHub

igalklebanov pushed 17 commits to ts-using igalklebanov/kysely
  • docs: support light mode. (#1177) 7a338c6
  • docs: fix weird default state showing dark and light elements. (#1179) fcf5224
  • fix(docs): add missing import to migrations example script (#1178) Co-authored-by: Igal Klebanov <igalklebanov@gmail... edd82fa
  • docs: refresh quotes. (#1182) d86ccda
  • docs: fix stackblitz theme out of sync. (#1183) b943211
  • docs: rework features list. (#1185) 5b79e88
  • `InferResult` should output plural. (#1064) ba037ce
  • Support update table1, table2, ... query support. Closes #192 (#1079) 25c2828
  • Speedup types with huge databases. Fixes #867 (#1080) 78795a7
  • add reusable helpers recipe and implement missing expression features (#1085) * add reusable helpers recipe and impl... 0bc588f
  • feat: support refresh materialized view (#990) * feat: add postgres range types (#1086) * feat: support refresh n... 4f336d7
  • Remove preventAwait (#1160) Related #748 a749fb0
  • ci: run 22.x ae349bc
  • add `ControlledTransaction`. (#962) Co-authored-by: Igal Klebanov <[email protected]> 477f8c5
  • destroy in asyncDispose. 4a6ae8c
  • add test. 640135c
  • it works. 222c3cf

View on GitHub

igalklebanov deleted a branch igalklebanov/kysely

docs-revisit-features-list

igalklebanov created a branch on igalklebanov/kysely

docs-revisit-features-list - A type-safe typescript SQL query builder

igalklebanov deleted a branch igalklebanov/kysely

fix-stackblitz-colormode

igalklebanov created a branch on igalklebanov/kysely

fix-stackblitz-colormode - A type-safe typescript SQL query builder