[PR #29] [MERGED] feat: Database adapters #28658

Closed
opened 2026-04-17 20:08:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/29
Author: @Bekacru
Created: 9/29/2024
Status: Merged
Merged: 9/29/2024
Merged by: @Bekacru

Base: mainHead: orm-adapters


📝 Commits (10+)

📊 Changes

39 files changed (+1426 additions, -717 deletions)

View changed files

📝 .github/workflows/ci.yml (+12 -3)
📝 dev/express/tsconfig.json (+10 -20)
docker-compose.yml (+40 -0)
docs/components/mdx/database-tables.tsx (+75 -0)
📝 docs/content/docs/concepts/database.mdx (+123 -25)
📝 docs/content/docs/concepts/rate-limit.mdx (+30 -0)
📝 docs/content/docs/installation.mdx (+30 -9)
📝 docs/content/docs/integrations/astro.mdx (+2 -55)
📝 docs/content/docs/integrations/hono.mdx (+1 -46)
📝 docs/content/docs/integrations/next.mdx (+1 -53)
📝 docs/content/docs/integrations/node.mdx (+1 -70)
📝 docs/content/docs/integrations/nuxt.mdx (+1 -43)
📝 docs/content/docs/integrations/solid-start.mdx (+1 -48)
📝 docs/content/docs/integrations/svelte-kit.mdx (+1 -50)
📝 docs/content/docs/plugins/2fa.mdx (+7 -3)
📝 docs/content/docs/plugins/organization.mdx (+129 -1)
📝 docs/content/docs/plugins/passkey.mdx (+64 -0)
docs/content/docs/plugins/rate-limit.mdx (+0 -212)
📝 docs/content/docs/plugins/username.mdx (+15 -0)
📝 docs/mdx-components.tsx (+2 -0)

...and 19 more files

📄 Description

  • support adapters config
  • prisma adapter
  • drizzle adapter
  • monogo db adapter
  • write docs

🔄 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/29 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 9/29/2024 **Status:** ✅ Merged **Merged:** 9/29/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `orm-adapters` --- ### 📝 Commits (10+) - [`b069c59`](https://github.com/better-auth/better-auth/commit/b069c5904ed4ed141d5cfc68d87562d614c64ec8) init - [`0ce51bc`](https://github.com/better-auth/better-auth/commit/0ce51bcc053f049571089af8cb274401f41f32eb) drizzle and prisma - [`fd2d8c8`](https://github.com/better-auth/better-auth/commit/fd2d8c84de9c4cda28dd1e8bea53256d275181b8) feat: prisma adapter - [`4a0b1dc`](https://github.com/better-auth/better-auth/commit/4a0b1dccbdf00e6ff1eeb40fe02c999987c93358) feat: drizzle - [`ae1645b`](https://github.com/better-auth/better-auth/commit/ae1645bb7662831c3e98c466c431fbc009258372) feat: mongod db and tests - [`61444c4`](https://github.com/better-auth/better-auth/commit/61444c49922ccba4b8ee05a3625a6e03d022ec82) feat: integration - [`9b213ad`](https://github.com/better-auth/better-auth/commit/9b213addbc6e52b9bd7f92720175c6fca801e3f7) fix: test - [`bebcb6a`](https://github.com/better-auth/better-auth/commit/bebcb6a402fde32ed62b74aad886b030d072d40f) chore: fix lint - [`8a88117`](https://github.com/better-auth/better-auth/commit/8a88117ce9c3921956c9f47effc62f4433f112ff) added docs - [`b9aa6f6`](https://github.com/better-auth/better-auth/commit/b9aa6f67f46aa0c30aeeb882182e3ae5cbee2963) Merge branch 'main' into orm-adapters ### 📊 Changes **39 files changed** (+1426 additions, -717 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+12 -3) 📝 `dev/express/tsconfig.json` (+10 -20) ➕ `docker-compose.yml` (+40 -0) ➕ `docs/components/mdx/database-tables.tsx` (+75 -0) 📝 `docs/content/docs/concepts/database.mdx` (+123 -25) 📝 `docs/content/docs/concepts/rate-limit.mdx` (+30 -0) 📝 `docs/content/docs/installation.mdx` (+30 -9) 📝 `docs/content/docs/integrations/astro.mdx` (+2 -55) 📝 `docs/content/docs/integrations/hono.mdx` (+1 -46) 📝 `docs/content/docs/integrations/next.mdx` (+1 -53) 📝 `docs/content/docs/integrations/node.mdx` (+1 -70) 📝 `docs/content/docs/integrations/nuxt.mdx` (+1 -43) 📝 `docs/content/docs/integrations/solid-start.mdx` (+1 -48) 📝 `docs/content/docs/integrations/svelte-kit.mdx` (+1 -50) 📝 `docs/content/docs/plugins/2fa.mdx` (+7 -3) 📝 `docs/content/docs/plugins/organization.mdx` (+129 -1) 📝 `docs/content/docs/plugins/passkey.mdx` (+64 -0) ➖ `docs/content/docs/plugins/rate-limit.mdx` (+0 -212) 📝 `docs/content/docs/plugins/username.mdx` (+15 -0) 📝 `docs/mdx-components.tsx` (+2 -0) _...and 19 more files_ </details> ### 📄 Description - [x] support adapters config - [x] prisma adapter - [x] drizzle adapter - [x] monogo db adapter - [x] write docs --- <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-17 20:08:31 -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#28658