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:

// src/db/types.ts
import {
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026