RobinBlomberg/kysely-codegen
Generate Kysely type definitions from your database. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 67
- Release rhythm 47
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 150.5
- age_days: 1593
- days_rel: 198
- days_push: 198
- n_releases_24m: 5
Adoption not part of the score
1230 stars · 143 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A CLI tool that generates Kysely TypeScript type definitions by introspecting your database schema. It supports PostgreSQL, MySQL, SQLite, MSSQL, and LibSQL, outputting a .d.ts file for type-safe query building.
Use cases
- generate kysely types from database schema
- create typescript type definitions for sql database
- type-safe database queries with kysely
- introspect postgres schema into typescript types
- generate db types for mysql or sqlite
- keep database types in sync with schema
When to choose
- you use Kysely and want type-safe queries without hand-writing interfaces
- your database schema changes often and you want to regenerate types
- you want a simple, focused codegen tool with multi-database support
When to avoid
- you use an ORM other than Kysely (e.g. Prisma, Drizzle have their own codegen)
- you need runtime schema validation rather than compile-time types
- you don't use TypeScript
Facets
cli-tool · maturity active
cli database orm type-system developer-tools databases developer-tools backend web-development cli cross-platform kysely typescript code-generation sql type-definitions schema-introspection nodejs
2 sources
- readme: https://github.com/RobinBlomberg/kysely-codegen · fetched 2026-08-28 · 563094303868
- registry_npm: https://registry.npmjs.org/kysely-codegen · fetched 2026-08-29 · 09ac73e411e1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RobinBlomberg/kysely-codegen | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="RobinBlomberg/kysely-codegen")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem