From a5f07871ac213cbd631316ba20b4ddb157e11b93 Mon Sep 17 00:00:00 2001 From: Jeff Wilde Date: Sun, 3 May 2026 02:13:02 -0400 Subject: [PATCH] docs: add kysely-durable-objects entry to community dialects --- site/docs/dialects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/dialects.md b/site/docs/dialects.md index da0fef322..f0cc3efb7 100644 --- a/site/docs/dialects.md +++ b/site/docs/dialects.md @@ -25,6 +25,7 @@ A dialect is the glue between Kysely and the underlying database engine. Check t | PlanetScale Serverless Driver | https://github.com/depot/kysely-planetscale | | Cloudflare D1 | https://github.com/aidenwallis/kysely-d1 | | Cloudflare Durable Objects | https://github.com/benallfree/kysely-do | +| Cloudflare Durable Objects | https://github.com/jeffwilde/kysely-durable-objects | | 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 |