[PR #8373] [MERGED] docs: add warning to SQLite documentation for bun:sqlite #24829

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8373
Author: @simonxabris
Created: 3/4/2026
Status: Merged
Merged: 3/5/2026
Merged by: @himself65

Base: canaryHead: patch-1


📝 Commits (1)

  • d471e2f Add warning to SQLite documentation for bun:sqlite

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 docs/content/docs/adapters/sqlite.mdx (+4 -0)

📄 Description

I ran into the issue with bun:sqlite that if you dont use bunx --bun to run the cli commands, the cli fails because it does not recognize the bun:sqlite module. This is quite frustrating to figure out so I thought adding it to the docs makes sense.


Summary by cubic

Add a warning callout in the SQLite adapter docs telling Bun users to run CLI commands with bunx --bun (e.g., bunx --bun auth@latest generate) to avoid bun:sqlite type errors.

Written for commit d471e2f297. 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/8373 **Author:** [@simonxabris](https://github.com/simonxabris) **Created:** 3/4/2026 **Status:** ✅ Merged **Merged:** 3/5/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`d471e2f`](https://github.com/better-auth/better-auth/commit/d471e2f2977c7e7004502a6fc6df1d2cbe8824f5) Add warning to SQLite documentation for bun:sqlite ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/adapters/sqlite.mdx` (+4 -0) </details> ### 📄 Description I ran into the issue with `bun:sqlite` that if you dont use `bunx --bun` to run the cli commands, the cli fails because it does not recognize the `bun:sqlite` module. This is quite frustrating to figure out so I thought adding it to the docs makes sense. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Add a warning callout in the SQLite adapter docs telling Bun users to run CLI commands with bunx --bun (e.g., bunx --bun auth@latest generate) to avoid bun:sqlite type errors. <sup>Written for commit d471e2f2977c7e7004502a6fc6df1d2cbe8824f5. 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:41 -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#24829