[PR #8331] [CLOSED] docs(adapters): document extracted adapter packages #24804

Closed
opened 2026-04-15 22:34:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8331
Author: @chris23lngr
Created: 3/3/2026
Status: Closed

Base: mainHead: docs/extracted-adapters


📝 Commits (4)

  • 17c4a1f docs(adapters): document extracted adapter packages and installation
  • ae20674 docs(readme): update adapter package link
  • 9706b28 docs(adapters): fix import typo
  • 3cfd340 fix(docs): address PR review feedback

📊 Changes

2 files changed (+26 additions, -1 deletions)

View changed files

📝 docs/content/docs/adapters/other-relational-databases.mdx (+25 -0)
📝 packages/kysely-adapter/README.md (+1 -1)

📄 Description

Updates adapter documentation to reflect that adapters are now standalone packages that can be installed independently, and fixes related README/docs links. Closes #8327


Summary by cubic

Documented extracted adapter packages and added install + example usage for Kysely in “Other Relational Databases.” Examples now import from @better-auth/*-adapter, use betterAuth from better-auth, and the Kysely README links to the consolidated docs; minor import and link fixes included.

  • Migration
    • Install your adapter: @better-auth/drizzle-adapter, @better-auth/mongo-adapter, @better-auth/prisma-adapter, or @better-auth/kysely-adapter.
    • Import adapters from @better-auth/*-adapter and betterAuth from better-auth.
    • For Kysely, use kyselyAdapter(db, { type: "<dialect>" }) (example shows postgres).

Written for commit 3cfd3408ae. Summary will update on new commits.


🔄 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/8331 **Author:** [@chris23lngr](https://github.com/chris23lngr) **Created:** 3/3/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/extracted-adapters` --- ### 📝 Commits (4) - [`17c4a1f`](https://github.com/better-auth/better-auth/commit/17c4a1fd7d4332ec2fc87fc018cff73dcf9efc07) docs(adapters): document extracted adapter packages and installation - [`ae20674`](https://github.com/better-auth/better-auth/commit/ae206740f343e627a7ac79a6842a08a3fc215d90) docs(readme): update adapter package link - [`9706b28`](https://github.com/better-auth/better-auth/commit/9706b2829d5148b2ac21f8be6457c4a475e63ffd) docs(adapters): fix import typo - [`3cfd340`](https://github.com/better-auth/better-auth/commit/3cfd3408ae8b861f60cbc12893f80863b2a15f78) fix(docs): address PR review feedback ### 📊 Changes **2 files changed** (+26 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/adapters/other-relational-databases.mdx` (+25 -0) 📝 `packages/kysely-adapter/README.md` (+1 -1) </details> ### 📄 Description Updates adapter documentation to reflect that adapters are now standalone packages that can be installed independently, and fixes related README/docs links. Closes #8327 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Documented extracted adapter packages and added install + example usage for Kysely in “Other Relational Databases.” Examples now import from `@better-auth/*-adapter`, use `betterAuth` from `better-auth`, and the Kysely README links to the consolidated docs; minor import and link fixes included. - **Migration** - Install your adapter: `@better-auth/drizzle-adapter`, `@better-auth/mongo-adapter`, `@better-auth/prisma-adapter`, or `@better-auth/kysely-adapter`. - Import adapters from `@better-auth/*-adapter` and `betterAuth` from `better-auth`. - For Kysely, use `kyselyAdapter(db, { type: "<dialect>" })` (example shows `postgres`). <sup>Written for commit 3cfd3408ae8b861f60cbc12893f80863b2a15f78. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <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-04-15 22:34:06 -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#24804