From 0a596beb3a1d39d97e17b085c581ffd119404a58 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Fri, 8 Aug 2025 04:31:48 -0700 Subject: [PATCH] docs: hydration fix on wrapping table content (#3876) --- docs/content/docs/adapters/mssql.mdx | 28 +++++++++++++---------- docs/content/docs/adapters/mysql.mdx | 28 +++++++++++++---------- docs/content/docs/adapters/postgresql.mdx | 28 +++++++++++++---------- docs/content/docs/adapters/prisma.mdx | 28 +++++++++++++---------- docs/content/docs/adapters/sqlite.mdx | 28 +++++++++++++---------- 5 files changed, 80 insertions(+), 60 deletions(-) diff --git a/docs/content/docs/adapters/mssql.mdx b/docs/content/docs/adapters/mssql.mdx index b116743e5a..e9696cf189 100644 --- a/docs/content/docs/adapters/mssql.mdx +++ b/docs/content/docs/adapters/mssql.mdx @@ -64,18 +64,22 @@ The [Better Auth CLI](/docs/concepts/cli) allows you to generate or migrate your database schema based on your Better Auth configuration and plugins. - - - - - - - - + + + + + + + + + + + +
-

MS SQL Schema Generation

-
-

MS SQL Schema Migration

-
✅ Supported✅ Supported
+

MS SQL Schema Generation

+
+

MS SQL Schema Migration

+
✅ Supported✅ Supported
```bash title="Schema Generation" diff --git a/docs/content/docs/adapters/mysql.mdx b/docs/content/docs/adapters/mysql.mdx index fe1a6303ac..3bdb0a4b54 100644 --- a/docs/content/docs/adapters/mysql.mdx +++ b/docs/content/docs/adapters/mysql.mdx @@ -36,18 +36,22 @@ The [Better Auth CLI](/docs/concepts/cli) allows you to generate or migrate your database schema based on your Better Auth configuration and plugins. - - - - - - - - + + + + + + + + + + + +
-

MySQL Schema Generation

-
-

MySQL Schema Migration

-
✅ Supported✅ Supported
+

MySQL Schema Generation

+
+

MySQL Schema Migration

+
✅ Supported✅ Supported
```bash title="Schema Generation" diff --git a/docs/content/docs/adapters/postgresql.mdx b/docs/content/docs/adapters/postgresql.mdx index 15498c4f35..75887d30ae 100644 --- a/docs/content/docs/adapters/postgresql.mdx +++ b/docs/content/docs/adapters/postgresql.mdx @@ -33,18 +33,22 @@ The [Better Auth CLI](/docs/concepts/cli) allows you to generate or migrate your database schema based on your Better Auth configuration and plugins. - - - - - - - - + + + + + + + + + + + +
-

PostgreSQL Schema Generation

-
-

PostgreSQL Schema Migration

-
✅ Supported✅ Supported
+

PostgreSQL Schema Generation

+
+

PostgreSQL Schema Migration

+
✅ Supported✅ Supported
```bash title="Schema Generation" diff --git a/docs/content/docs/adapters/prisma.mdx b/docs/content/docs/adapters/prisma.mdx index e2298378d2..9d615881f4 100644 --- a/docs/content/docs/adapters/prisma.mdx +++ b/docs/content/docs/adapters/prisma.mdx @@ -35,18 +35,22 @@ The [Better Auth CLI](/docs/concepts/cli) allows you to generate or migrate your database schema based on your Better Auth configuration and plugins. - - - - - - - - + + + + + + + + + + + +
-

Prisma Schema Generation

-
-

Prisma Schema Migration

-
✅ Supported❌ Not Supported
+

Prisma Schema Generation

+
+

Prisma Schema Migration

+
✅ Supported❌ Not Supported
```bash title="Schema Generation" diff --git a/docs/content/docs/adapters/sqlite.mdx b/docs/content/docs/adapters/sqlite.mdx index 95d0ed7622..e93673c92c 100644 --- a/docs/content/docs/adapters/sqlite.mdx +++ b/docs/content/docs/adapters/sqlite.mdx @@ -31,18 +31,22 @@ The [Better Auth CLI](/docs/concepts/cli) allows you to generate or migrate your database schema based on your Better Auth configuration and plugins. - - - - - - - - + + + + + + + + + + + +
-

SQLite Schema Generation

-
-

SQLite Schema Migration

-
✅ Supported✅ Supported
+

SQLite Schema Generation

+
+

SQLite Schema Migration

+
✅ Supported✅ Supported
```bash title="Schema Generation"