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 | https://github.com/depot/kysely-planetscale |
| D1 | https://github.com/aidenwallis/kysely-d1 |
| SurrealDB | https://github.com/igalklebanov/kysely-surrealdb |
| AWS RDS support for kysely | https://github.com/serverless-stack/kysely-data-api |
| SingleStore | https://github.com/igalklebanov/kysely-singlestore |