kysely-org/awesome-kysely

A curated list of Kysely resources, tools, utilities and applications.

218

113 commits

updated Jul 18, 2026

See the code

README


A curated list of Kysely resources, tools, utilities and applications.


Contents

Adapters

namedescriptionurlstatus
@auth/kysely-adapterOfficial Auth.js adapter for Kysely.linknpm
NPM
nestjs-kyselyKysely module for NestJS.linknpm
GitHub stars
NPM
fastify-kyselyKysely plugin for Fastify.linknpm
GitHub stars
NPM
kysely-sequelizeA toolkit (dialect, type translators, etc.) that allows using your existing Sequelize instance with Kysely.linknpm
GitHub stars
NPM
kysely-typeormA toolkit (dialect, type translators, etc.) that allows using your existing TypeORM setup with Kysely.linknpm
GitHub stars
NPM
feathers-kyselyFeathersJS SQL service adapter built with Kysely.linknpm
GitHub stars
NPM
pg-mempg-mem is an experimental in-memory emulation of a postgres database.linkNPM
kysely-knexA toolkit (dialect, type translators, etc.) that allows using your existing Knex setup with Kysely.linknpm
GitHub stars
NPM
kysely-supabaseA toolkit (type translators for now) that allows using your existing Supabase setup with Kysely.linknpm
GitHub stars
NPM
kysely-basic-pluginsSome small basic plugins such as management of updated_at and deleted_at fields.link
License: MIT

Addons

Articles

CLIs

Dialects

namedescriptionurlstatus
logo kysely-data-apiThis library adds AWS RDS Data Api support for Kysely.
It has support for both MySQL and Postgres.
linknpm
GitHub stars
NPM
logo kysely-postgres-jsKysely dialect for PostgreSQL using the Postgres.js client library under the hood.
This dialect should not be confused with Kysely's built-in PostgreSQL dialect,
which uses the pg client library instead.
linknpm
GitHub stars
NPM
kysely-planetscaleA Kysely dialect for PlanetScale,
using the PlanetScale serverless driver for JavaScript.
linknpm
GitHub stars
NPM
@vercel/postgres-kyselyA @vercel/postgres wrapper for the Kysely query builder.linknpm
NPM
kysely-neonKysely dialect for Neon serverless Postgres.linknpm
GitHub stars
NPM
@xata.io/kyselyA Kysely dialect for Xata, using the Xata serverless driver for TypeScript.linknpm
NPM
kysely-d1Kysely dialect for Cloudflare D1.linknpm
GitHub stars
NPM
kysely-bun-workerKysely dialect for Bun SQLite, run sql in worker.linknpm
NPM
@libsql/kysely-libsqlA Kysely dialect for libSQL/sqld, using the Hrana protocol over a WebSocket.linknpm
GitHub stars
NPM
kysely-sqlite-workerExecute SQL in Node worker threads, using better-sqlite3.linknpm
NPM
kysely-wasmWebAssembly dialect for Kysely.linknpm
NPM
kysely-dialect-tauriKysely dialect using Tauri's official SQLite plugin.linknpm
NPM
kysely-wasqlite-workerExecute SQL in Web Worker, using wa-sqlite, store data in IndexedDB.linknpm
NPM
kysely-singlestoreKysely dialects, plugins and other goodies for SingleStore (formerly MemSQL).linknpm
GitHub stars
NPM
kysely-surrealdbKysely dialects, plugins and other goodies for SurrealDB.
SurrealQL is based on SQL, so why not? :trollface:
linknpm
GitHub stars
NPM
@andersgee/kysely-fetch-driverEdge compatible fetch driver for Kysely.linknpm
GitHub stars
NPM
@tidbcloud/kyselyKysely dialect for TiDB Cloud, using the TiDB Cloud serverless driver.linknpm
GitHub stars
NPM
kysely-s3-selectKysely dialects, plugins and other goodies for Amazon S3 Select.linknpm
GitHub stars
NPM
kysely-duckdbThis dialect allows you to use Kysely with DuckDB.linknpm
GitHub stars
NPM
@bunit/qbKysely dialects powered by Bun's native SQL client for PostgreSQL, MySQL, MariaDB, and SQLite.linknpm
GitHub stars
NPM

ORMs

Plugins

Templates

Tools

Type Generators

Videos

browser
deno
edge
kysely
mysql
nodejs
planetscale
postgresql
query-builder
sql
sqlite
type-safety
typescript

Contributors

igalklebanov

93 commits

alenap93

4 commits

acro5piano

2 commits

chimame

1 commits

kysely-org/awesome-kysely

A curated list of Kysely resources, tools, utilities and applications.

218

113 commits

updated Jul 18, 2026

See the code

README


A curated list of Kysely resources, tools, utilities and applications.


Contents

Adapters

namedescriptionurlstatus
@auth/kysely-adapterOfficial Auth.js adapter for Kysely.linknpm
NPM
nestjs-kyselyKysely module for NestJS.linknpm
GitHub stars
NPM
fastify-kyselyKysely plugin for Fastify.linknpm
GitHub stars
NPM
kysely-sequelizeA toolkit (dialect, type translators, etc.) that allows using your existing Sequelize instance with Kysely.linknpm
GitHub stars
NPM
kysely-typeormA toolkit (dialect, type translators, etc.) that allows using your existing TypeORM setup with Kysely.linknpm
GitHub stars
NPM
feathers-kyselyFeathersJS SQL service adapter built with Kysely.linknpm
GitHub stars
NPM
pg-mempg-mem is an experimental in-memory emulation of a postgres database.linkNPM
kysely-knexA toolkit (dialect, type translators, etc.) that allows using your existing Knex setup with Kysely.linknpm
GitHub stars
NPM
kysely-supabaseA toolkit (type translators for now) that allows using your existing Supabase setup with Kysely.linknpm
GitHub stars
NPM
kysely-basic-pluginsSome small basic plugins such as management of updated_at and deleted_at fields.link
License: MIT

Addons

Articles

CLIs

Dialects

namedescriptionurlstatus
logo kysely-data-apiThis library adds AWS RDS Data Api support for Kysely.
It has support for both MySQL and Postgres.
linknpm
GitHub stars
NPM
logo kysely-postgres-jsKysely dialect for PostgreSQL using the Postgres.js client library under the hood.
This dialect should not be confused with Kysely's built-in PostgreSQL dialect,
which uses the pg client library instead.
linknpm
GitHub stars
NPM
kysely-planetscaleA Kysely dialect for PlanetScale,
using the PlanetScale serverless driver for JavaScript.
linknpm
GitHub stars
NPM
@vercel/postgres-kyselyA @vercel/postgres wrapper for the Kysely query builder.linknpm
NPM
kysely-neonKysely dialect for Neon serverless Postgres.linknpm
GitHub stars
NPM
@xata.io/kyselyA Kysely dialect for Xata, using the Xata serverless driver for TypeScript.linknpm
NPM
kysely-d1Kysely dialect for Cloudflare D1.linknpm
GitHub stars
NPM
kysely-bun-workerKysely dialect for Bun SQLite, run sql in worker.linknpm
NPM
@libsql/kysely-libsqlA Kysely dialect for libSQL/sqld, using the Hrana protocol over a WebSocket.linknpm
GitHub stars
NPM
kysely-sqlite-workerExecute SQL in Node worker threads, using better-sqlite3.linknpm
NPM
kysely-wasmWebAssembly dialect for Kysely.linknpm
NPM
kysely-dialect-tauriKysely dialect using Tauri's official SQLite plugin.linknpm
NPM
kysely-wasqlite-workerExecute SQL in Web Worker, using wa-sqlite, store data in IndexedDB.linknpm
NPM
kysely-singlestoreKysely dialects, plugins and other goodies for SingleStore (formerly MemSQL).linknpm
GitHub stars
NPM
kysely-surrealdbKysely dialects, plugins and other goodies for SurrealDB.
SurrealQL is based on SQL, so why not? :trollface:
linknpm
GitHub stars
NPM
@andersgee/kysely-fetch-driverEdge compatible fetch driver for Kysely.linknpm
GitHub stars
NPM
@tidbcloud/kyselyKysely dialect for TiDB Cloud, using the TiDB Cloud serverless driver.linknpm
GitHub stars
NPM
kysely-s3-selectKysely dialects, plugins and other goodies for Amazon S3 Select.linknpm
GitHub stars
NPM
kysely-duckdbThis dialect allows you to use Kysely with DuckDB.linknpm
GitHub stars
NPM
@bunit/qbKysely dialects powered by Bun's native SQL client for PostgreSQL, MySQL, MariaDB, and SQLite.linknpm
GitHub stars
NPM

ORMs

Plugins

Templates

Tools

Type Generators

Videos

browser
deno
edge
kysely
mysql
nodejs
planetscale
postgresql
query-builder
sql
sqlite
type-safety
typescript

Contributors

igalklebanov

93 commits

alenap93

4 commits

acro5piano

2 commits

chimame

1 commits