[PR #57] [MERGED] fix: remove db flat config #3074

Closed
opened 2026-03-13 10:39:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: db-config


📝 Commits (4)

📊 Changes

51 files changed (+259 additions, -584 deletions)

View changed files

📝 dev/bc-fe/hono/package.json (+3 -1)
📝 dev/bc-fe/hono/src/auth.ts (+7 -10)
📝 dev/bun/package.json (+1 -0)
📝 dev/express/package.json (+3 -1)
📝 docs/content/docs/authentication/apple.mdx (+0 -4)
📝 docs/content/docs/authentication/discord.mdx (+1 -5)
📝 docs/content/docs/authentication/email-password.mdx (+1 -9)
📝 docs/content/docs/authentication/facebook.mdx (+1 -5)
📝 docs/content/docs/authentication/github.mdx (+0 -4)
📝 docs/content/docs/authentication/google.mdx (+0 -4)
📝 docs/content/docs/authentication/spotify.mdx (+1 -4)
📝 docs/content/docs/authentication/twitch.mdx (+0 -4)
📝 docs/content/docs/authentication/twitter.mdx (+0 -4)
📝 docs/content/docs/concepts/api.mdx (+0 -4)
📝 docs/content/docs/concepts/database.mdx (+16 -12)
📝 docs/content/docs/concepts/plugins.mdx (+0 -4)
📝 docs/content/docs/concepts/typescript.mdx (+2 -4)
📝 docs/content/docs/installation.mdx (+40 -15)
📝 docs/content/docs/integrations/next.mdx (+4 -30)
📝 docs/content/docs/integrations/nuxt.mdx (+1 -1)

...and 31 more files

📄 Description

this remove the flat config for db. Since, that has been requiring us to bundle all the database drivers with the lib. Which is unnecessary


🔄 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/57 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `db-config` --- ### 📝 Commits (4) - [`e3f87fa`](https://github.com/better-auth/better-auth/commit/e3f87faa1ac78f6f5361eb6b528fb37db34f6228) fix: remove db object config - [`2e47ef6`](https://github.com/better-auth/better-auth/commit/2e47ef60a9556313e168ca3f1ab7090a30327eb9) docs - [`9249c28`](https://github.com/better-auth/better-auth/commit/9249c2806aec2bf28955bb23b4025f76dfb4aa1f) doc: fix issues - [`011bb27`](https://github.com/better-auth/better-auth/commit/011bb27279cf1d25577a93125ab5b0fb7eed9c9d) docs: minor imporvement ### 📊 Changes **51 files changed** (+259 additions, -584 deletions) <details> <summary>View changed files</summary> 📝 `dev/bc-fe/hono/package.json` (+3 -1) 📝 `dev/bc-fe/hono/src/auth.ts` (+7 -10) 📝 `dev/bun/package.json` (+1 -0) 📝 `dev/express/package.json` (+3 -1) 📝 `docs/content/docs/authentication/apple.mdx` (+0 -4) 📝 `docs/content/docs/authentication/discord.mdx` (+1 -5) 📝 `docs/content/docs/authentication/email-password.mdx` (+1 -9) 📝 `docs/content/docs/authentication/facebook.mdx` (+1 -5) 📝 `docs/content/docs/authentication/github.mdx` (+0 -4) 📝 `docs/content/docs/authentication/google.mdx` (+0 -4) 📝 `docs/content/docs/authentication/spotify.mdx` (+1 -4) 📝 `docs/content/docs/authentication/twitch.mdx` (+0 -4) 📝 `docs/content/docs/authentication/twitter.mdx` (+0 -4) 📝 `docs/content/docs/concepts/api.mdx` (+0 -4) 📝 `docs/content/docs/concepts/database.mdx` (+16 -12) 📝 `docs/content/docs/concepts/plugins.mdx` (+0 -4) 📝 `docs/content/docs/concepts/typescript.mdx` (+2 -4) 📝 `docs/content/docs/installation.mdx` (+40 -15) 📝 `docs/content/docs/integrations/next.mdx` (+4 -30) 📝 `docs/content/docs/integrations/nuxt.mdx` (+1 -1) _...and 31 more files_ </details> ### 📄 Description this remove the flat config for db. Since, that has been requiring us to bundle all the database drivers with the lib. Which is unnecessary --- <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 10:39:01 -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#3074