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

Open
opened 2026-03-13 13:52:45 -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: 🔄 Open

Base: canaryHead: docs/extracted-adapters


📝 Commits (6)

  • d5a379f docs(adapters): document extracted adapter packages and installation
  • 327bdbc docs(readme): update adapter package link
  • 7bfff52 docs(adapters): fix import typo
  • 2165ca4 Merge branch 'canary' into docs/extracted-adapters
  • 9373159 fix(docs): address PR review feedback
  • 6f80436 Merge branch 'canary' into docs/extracted-adapters

📊 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 standalone adapter packages and added install and usage guides for Kysely in “Other Relational Databases.” Examples now import adapters from @better-auth/*-adapter, use betterAuth from better-auth, and the Kysely README link points to the consolidated docs.

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

Written for commit 6f80436276c0034db036d54e3f54213e6f2f1538. 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:** 🔄 Open **Base:** `canary` ← **Head:** `docs/extracted-adapters` --- ### 📝 Commits (6) - [`d5a379f`](https://github.com/better-auth/better-auth/commit/d5a379f044446bbdde191b600090cc9ef77d20ad) docs(adapters): document extracted adapter packages and installation - [`327bdbc`](https://github.com/better-auth/better-auth/commit/327bdbc7021c73c3a119c7fecbf303592c8f432a) docs(readme): update adapter package link - [`7bfff52`](https://github.com/better-auth/better-auth/commit/7bfff52e9a0cbf7662cc46785367498b8fd21505) docs(adapters): fix import typo - [`2165ca4`](https://github.com/better-auth/better-auth/commit/2165ca42e8512ad77423c5113b50408a4bec61e0) Merge branch 'canary' into docs/extracted-adapters - [`9373159`](https://github.com/better-auth/better-auth/commit/9373159adc072bde830a70ff1bbecca478de4a1b) fix(docs): address PR review feedback - [`6f80436`](https://github.com/better-auth/better-auth/commit/6f80436276c0034db036d54e3f54213e6f2f1538) Merge branch 'canary' into docs/extracted-adapters ### 📊 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 standalone adapter packages and added install and usage guides for Kysely in “Other Relational Databases.” Examples now import adapters from `@better-auth/*-adapter`, use `betterAuth` from `better-auth`, and the Kysely README link points to the consolidated docs. - **Migration** - Install the adapter you use: `@better-auth/drizzle-adapter`, `@better-auth/mongo-adapter`, `@better-auth/prisma-adapter`, or `@better-auth/kysely-adapter`. - Import adapters from `@better-auth/*-adapter` and import `betterAuth` from `better-auth`. - For Kysely, configure via `kyselyAdapter(db, { type: "<dialect>" })`. <sup>Written for commit 6f80436276c0034db036d54e3f54213e6f2f1538. 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-03-13 13:52:45 -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#7904