kysely
Installation
SKILL.md
Kysely
Kysely is a type-safe TypeScript SQL query builder. It provides full autocompletion and type inference while compiling to plain SQL.
Quick Start
npm install kysely
npm install pg # PostgreSQL
# or: mysql2, better-sqlite3
Database Type Definition
Define your schema as TypeScript interfaces: