Dialects
A dialect is the glue between Kysely and the underlying database engine. Check the API docs to learn how to build your own.
Built-in dialects
3rd party dialects
| Dialect | Link | 
|---|---|
| PlanetScale Serverless Driver | https://github.com/depot/kysely-planetscale | 
| Cloudflare D1 | https://github.com/aidenwallis/kysely-d1 | 
| AWS RDS Data API | https://github.com/serverless-stack/kysely-data-api | 
| SurrealDB | https://github.com/igalklebanov/kysely-surrealdb | 
| Neon | https://github.com/seveibar/kysely-neon | 
| AWS S3 Select | https://github.com/igalklebanov/kysely-s3-select | 
| libSQL/sqld | https://github.com/libsql/kysely-libsql | 
| SingleStore Data API | https://github.com/igalklebanov/kysely-singlestore | 
| Postgres.js | https://github.com/igalklebanov/kysely-postgres-js | 
| Fetch driver | https://github.com/andersgee/kysely-fetch-driver |