kysforge
JSON →Programmatic database introspection and Kysely type codegen for PostgreSQL and SQLite. Version 0.3.5. Requires Node >=22 and supports postgres.js (via kysely-postgres-js) or node-postgres drivers. Unlike CLI-based alternatives, it provides a pure API with no env-var magic, returning typed Database interfaces with ColumnType, Generated, Selectable, Insertable, Updateable helpers. Auto-detects driver, supports schemas, views, enums, and column overrides.