Skip to content

kysely-org/awesome-kysely

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation


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


Contents

Adapters

name description url status
@auth/kysely-adapter Official Auth.js adapter for Kysely. link npm
NPM
nestjs-kysely Kysely module for NestJS. link npm
GitHub stars
NPM
kysely-sequelize A toolkit (dialect, type translators, etc.) that allows using your existing Sequelize instance with Kysely. link npm
GitHub stars
NPM
kysely-typeorm A toolkit (dialect, type translators, etc.) that allows using your existing TypeORM setup with Kysely. link npm
GitHub stars
NPM
feathers-kysely FeathersJS SQL service adapter built with Kysely. link npm
GitHub stars
NPM
pg-mem pg-mem is an experimental in-memory emulation of a postgres database. link NPM
kysely-knex A toolkit (dialect, type translators, etc.) that allows using your existing Knex setup with Kysely. link npm
GitHub stars
NPM
kysely-supabase A toolkit (type translators for now) that allows using your existing Supabase setup with Kysely. link npm
GitHub stars
NPM

Addons

Articles

CLIs

Dialects

name description url status
logo kysely-data-api This library adds AWS RDS Data Api support for Kysely.
It has support for both MySQL and Postgres.
link npm
GitHub stars
NPM
logo kysely-postgres-js Kysely 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.
link npm
GitHub stars
NPM
kysely-planetscale A Kysely dialect for PlanetScale,
using the PlanetScale serverless driver for JavaScript.
link npm
GitHub stars
NPM
@vercel/postgres-kysely A @vercel/postgres wrapper for the Kysely query builder. link npm
NPM
kysely-neon Kysely dialect for Neon serverless Postgres. link npm
GitHub stars
NPM
@xata.io/kysely A Kysely dialect for Xata, using the Xata serverless driver for TypeScript. link npm
NPM
kysely-d1 Kysely dialect for Cloudflare D1. link npm
GitHub stars
NPM
kysely-bun-worker Kysely dialect for Bun SQLite, run sql in worker. link npm
NPM
@libsql/kysely-libsql A Kysely dialect for libSQL/sqld, using the Hrana protocol over a WebSocket. link npm
GitHub stars
NPM
kysely-sqlite-worker Execute SQL in Node worker threads, using better-sqlite3. link npm
NPM
kysely-wasm WebAssembly dialect for Kysely. link npm
NPM
kysely-dialect-tauri Kysely dialect using Tauri's official SQLite plugin. link npm
NPM
kysely-wasqlite-worker Execute SQL in Web Worker, using wa-sqlite, store data in IndexedDB. link npm
NPM
kysely-singlestore Kysely dialects, plugins and other goodies for SingleStore (formerly MemSQL). link npm
GitHub stars
NPM
kysely-surrealdb Kysely dialects, plugins and other goodies for SurrealDB.
SurrealQL is based on SQL, so why not? :trollface:
link npm
GitHub stars
NPM
@andersgee/kysely-fetch-driver Edge compatible fetch driver for Kysely. link npm
GitHub stars
NPM
@tidbcloud/kysely Kysely dialect for TiDB Cloud, using the TiDB Cloud serverless driver. link npm
GitHub stars
NPM
kysely-s3-select Kysely dialects, plugins and other goodies for Amazon S3 Select. link npm
GitHub stars
NPM
kysely-duckdb This dialect allows you to use Kysely with DuckDB. link npm
GitHub stars
NPM

ORMs

Plugins

Templates

Tools

Type Generators

Videos