Kysely

JSON →
library 0.29.2 ·javascript
verified Jun 7, 2026

Kysely is a type-safe and autocompletion-friendly TypeScript SQL query builder for Node.js, version 0.29.x (released Nov 2024). It provides a fluent API to build and execute SQL queries against PostgreSQL, MySQL, SQLite, and MSSQL databases with full TypeScript support. Unlike ORMs like TypeORM or Prisma, Kysely gives you direct control over SQL while preventing syntax errors and SQL injection at compile time. It is actively maintained with monthly releases.