From 6f2f29a96e50b73f19e4ca3137ec3660aebdb256 Mon Sep 17 00:00:00 2001 From: Chris Gwilliams <517923+encima@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:55:41 +0300 Subject: [PATCH] docs: Add Supabase to supported dialects (#5145) Co-authored-by: Alex Yang --- docs/content/docs/adapters/other-relational-databases.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/docs/adapters/other-relational-databases.mdx b/docs/content/docs/adapters/other-relational-databases.mdx index 17028ef3..cb2e1841 100644 --- a/docs/content/docs/adapters/other-relational-databases.mdx +++ b/docs/content/docs/adapters/other-relational-databases.mdx @@ -18,6 +18,7 @@ Any dialect supported by Kysely can be utilized with Better Auth, including capa - [Postgres.js](https://github.com/kysely-org/kysely-postgres-js) - [SingleStore Data API](https://github.com/kysely-org/kysely-singlestore) +- [Supabase](https://github.com/kysely-org/kysely-supabase) ## Kysely Community dialects