1
0
mirror of https://github.com/theoludwig/kysely-typegen.git synced 2026-05-22 16:23:25 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
theoludwig c025a63c8c perf: avoid O(n²) array spread in getEnumsMap accumulator
Mutate the existing values array instead of spreading it on every row.
2026-05-22 10:33:08 +02:00
theoludwig 303add091c docs: add CONTRIBUTING.md and complete README 2026-05-20 22:05:53 +02:00
theoludwig 88375dedf6 refactor: move typegen() to KyselyTypegenDialect base 2026-05-20 21:38:22 +02:00
theoludwig 3072a6bf43 feat: add KyselyTypegenPostgresDialect 2026-05-20 20:42:16 +02:00
theoludwig d9839d01c7 chore: initial commit 2026-05-20 20:40:14 +02:00