[PR #1315] [MERGED] docs(add): database category #3748

Closed
opened 2026-03-13 11:09:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1315
Author: @ping-maxwell
Created: 1/30/2025
Status: Merged
Merged: 2/28/2025
Merged by: @Bekacru

Base: mainHead: docs/databases


📝 Commits (10+)

  • d2fcbb7 docs: sidebar updated for new category
  • 7a8d872 fix: icons to use fill version
  • 5b40070 add: the rest of the pages for the database category
  • 13b9925 update: MySQL done
  • 4afe8c7 update: SQLite done. (and updated MySQL)
  • 57d956f update: PostgreSQL
  • 4a38155 update: mssql done
  • 9b4b144 update: added callout to Kysley docs for each core dialect
  • 4a727f7 update: other relational databases page
  • d4bee3f update: drizzle

📊 Changes

11 files changed (+958 additions, -310 deletions)

View changed files

📝 docs/components/sidebar-content.tsx (+275 -1)
docs/content/docs/adapters/community-adapters.mdx (+13 -0)
docs/content/docs/adapters/drizzle.mdx (+82 -0)
docs/content/docs/adapters/mongo.mdx (+53 -0)
docs/content/docs/adapters/mssql.mdx (+89 -0)
docs/content/docs/adapters/mysql.mdx (+65 -0)
docs/content/docs/adapters/other-relational-databases.mdx (+44 -0)
docs/content/docs/adapters/postgresql.mdx (+62 -0)
docs/content/docs/adapters/prisma.mdx (+54 -0)
docs/content/docs/adapters/sqlite.mdx (+60 -0)
📝 docs/content/docs/concepts/database.mdx (+161 -309)

📄 Description

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/1315 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 1/30/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `docs/databases` --- ### 📝 Commits (10+) - [`d2fcbb7`](https://github.com/better-auth/better-auth/commit/d2fcbb740df600232824670354c4b98dd00161ef) docs: sidebar updated for new category - [`7a8d872`](https://github.com/better-auth/better-auth/commit/7a8d87278bb8d039545fa63fe1ecade891d353e7) fix: icons to use fill version - [`5b40070`](https://github.com/better-auth/better-auth/commit/5b40070f1a74badebc026bdc1e94c35617696c28) add: the rest of the pages for the database category - [`13b9925`](https://github.com/better-auth/better-auth/commit/13b99255b1380dcb714af46957b9c7f405808343) update: MySQL done - [`4afe8c7`](https://github.com/better-auth/better-auth/commit/4afe8c7d3b7d6969fa8f795428f8bdc8b0f2f5fb) update: SQLite done. (and updated MySQL) - [`57d956f`](https://github.com/better-auth/better-auth/commit/57d956fca536215160966d8a0e5522f65766e864) update: PostgreSQL - [`4a38155`](https://github.com/better-auth/better-auth/commit/4a3815584503d14e9152e1db4eb538280ec91aca) update: mssql done - [`9b4b144`](https://github.com/better-auth/better-auth/commit/9b4b1445a0fadc4efe994a0b7b479cd8c95c3a99) update: added callout to Kysley docs for each core dialect - [`4a727f7`](https://github.com/better-auth/better-auth/commit/4a727f7f663473fc7f190d0fdc19ff55482dc12a) update: other relational databases page - [`d4bee3f`](https://github.com/better-auth/better-auth/commit/d4bee3ff8f990fb96ca55bf8ceb2210ac35124c3) update: drizzle ### 📊 Changes **11 files changed** (+958 additions, -310 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/sidebar-content.tsx` (+275 -1) ➕ `docs/content/docs/adapters/community-adapters.mdx` (+13 -0) ➕ `docs/content/docs/adapters/drizzle.mdx` (+82 -0) ➕ `docs/content/docs/adapters/mongo.mdx` (+53 -0) ➕ `docs/content/docs/adapters/mssql.mdx` (+89 -0) ➕ `docs/content/docs/adapters/mysql.mdx` (+65 -0) ➕ `docs/content/docs/adapters/other-relational-databases.mdx` (+44 -0) ➕ `docs/content/docs/adapters/postgresql.mdx` (+62 -0) ➕ `docs/content/docs/adapters/prisma.mdx` (+54 -0) ➕ `docs/content/docs/adapters/sqlite.mdx` (+60 -0) 📝 `docs/content/docs/concepts/database.mdx` (+161 -309) </details> ### 📄 Description <img width="251" alt="image" src="https://github.com/user-attachments/assets/8d3052ae-ee9d-4144-b874-9b7acdc3d29f" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 11:09:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#3748