awesome-kysely
github.com/kysely-org/awesome-kysely ↗A curated list of Kysely resources, tools, utilities and applications.
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me videos resources from awesome-kysely"
Installation instructions →What's inside
Videos
- 2022-08-12 - Fresh Spots - Deno + Fresh Part 4 - Kysely DB Setup / Replacement
Watch
- how to get better at typescript (feat. kysely)
While videos and blog posts are great, nothing teaches me faster than trying to duplicate a cool pattern or technique. Sometimes that pattern comes from other languages, like Rust, and sometimes, it's something that TS developers who are way smarter than me have come up with.
- I tried 8 different Postgres ORMs
- Kysely first impressions - Typescript SQL query builder and migrations
In the video we take a quick look at a new Typescript SQL query builder which optimizes for type-safety and the best possible intellisense. We'll walk through how to use it to connect to a database and perform typical CRUD queries, we'll explore how to simulate relational queries, and finally, we'll give their migration feature a try!
- Let's Talk About Database Performance
- Type-Safe SQL on the Edge with Kysely
Templates
- Acme Corp
Your all-in-one, enterprise ready starting point. Full-stack Typesafety with
- create-o7-app
An opinionated CLI for creating type-safe
- remix-d1-kysely-demo
In this repo you'll learn how to setup a
- Vercel Postgres + Kysely Next.js Starter
Simple
Dialects
- @andersgee/kysely-fetch-driver
Edge compatible fetch driver for Kysely .
- kysely-bun-worker
Kysely dialect for Bun SQLite , run sql in worker.
- kysely-d1
Kysely dialect for Cloudflare D1 .
- kysely-data-api
This library adds AWS RDS Data Api support for Kysely . It has support for both MySQL and Postgres .
- kysely-dialect-tauri
Kysely dialect using Tauri 's official SQLite plugin .
- kysely-duckdb
This dialect allows you to use Kysely with DuckDB .
Articles
- A simple fuzzy search using PostgreSQL and Kysely
An interactive blog post by
- Build a fully typed web app using Next.js, PlanetScale, Drizzle, and Kysely
A blog post by
- Build a GraphQL server running on Cloudflare Workers
A blog post by
- Building a PageSpeed Monitoring Service Using Remix, Kysely, and Litestream
A great blog post by
- Build TypeSafe Node API using tRPC, Fastify, Kysely and Atlas CLI
A blog post by
- Crafting the Perfect T3 Stack: My Journey with Kysely, Atlas, and Clerk
A blog post by
Adapters
- @auth/kysely-adapter
Official Auth.js adapter for Kysely .
- fastify-kysely
Kysely plugin for Fastify .
- feathers-kysely
FeathersJS SQL service adapter built with Kysely .
- kysely-basic-plugins
Some small basic plugins such as management of and fields.
- kysely-knex
A toolkit (dialect, type translators, etc.) that allows using your existing Knex setup with Kysely.
- kysely-sequelize
A toolkit (dialect, type translators, etc.) that allows using your existing Sequelize instance with Kysely .
Type Generators
- kanel-kysely
Generate
- kysely-codegen
Generate
- prisma-kysely
Generate
Plugins
- kysely-access-control
plugin that allows you to Allow/Deny/Omit (or add a where clause) to access any kysely table or column
- kysely-grants
plugin that implements "Postgres-style grants" on top of
- kysely-hash
Hash plugin for
- kysely-plugin-prefix
set of plugins that allow you to prefix table and index names implicitly
- kysely-plugin-serialize
Tools
- Kysely Assistant
Translate SQL to
- kysely-playground
Playground for
- kysely-prompt
A prompt packed with examples from the
Showing a sample of 80 resources. View the full list on GitHub →