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:

Installs
2
GitHub Stars
4
First Seen
Mar 29, 2026
kysely — mgd34msu/goodvibes-gemini