Back to Better Auth

Other Relational Databases

docs/content/docs/adapters/other-relational-databases.mdx

1.6.192.0 KB
Original Source

Better Auth supports a wide range of database dialects out of the box thanks to <Link href="https://kysely.dev/">Kysely</Link>.

Any dialect supported by Kysely can be utilized with Better Auth, including capabilities for generating and migrating database schemas through the <Link href="/docs/concepts/cli">CLI</Link>.

Core Dialects

Kysely Organization Dialects

Kysely Community dialects

<Callout> You can see the full list of supported <Link href="https://kysely.dev/docs/dialects">Kysely dialects</Link>. </Callout>