KyroSQL

JSON →
library 0.0.5 ·javascript
verified Jun 5, 2026

SQL-first TypeScript code generator for PostgreSQL. Write plain SQL functions and procedures, and KyroSQL generates a fully-typed TypeScript package ready to import. Handles CREATE FUNCTION and CREATE PROCEDURE, resolves SELECT * using table schemas, and supports both npm publish and local linking. Version 0.0.5 is early alpha with no breaking changes yet. Differentiators: developer writes SQL files directly (not ORM-style code-first), generated code provides full TypeScript types and call signatures, and the generated package is a standard npm package that can be published or linked.