[PR #2551] [MERGED] feat: support bun sqlite by default #29973

Closed
opened 2026-04-17 21:11:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2551
Author: @Bekacru
Created: 5/5/2025
Status: Merged
Merged: 5/16/2025
Merged by: @Bekacru

Base: mainHead: feat/bun-sqlite


📝 Commits (5)

  • eeb0a66 feat: support bun sqlite by default
  • fd0dba1 chore: add database type
  • 1876561 chore: proper lic
  • 87c3963 chore: release v1.2.8-beta.5
  • eee3213 Merge branch 'main' into feat/bun-sqlite

📊 Changes

7 files changed (+333 additions, -32 deletions)

View changed files

📝 dev/bun/auth.ts (+2 -6)
📝 packages/better-auth/package.json (+15 -14)
packages/better-auth/src/adapters/kysely-adapter/bun-sqlite-dialect.ts (+298 -0)
📝 packages/better-auth/src/adapters/kysely-adapter/dialect.ts (+10 -1)
📝 packages/better-auth/src/types/options.ts (+3 -0)
📝 packages/better-auth/tsconfig.json (+1 -1)
📝 pnpm-lock.yaml (+4 -10)

📄 Description

closes #1062


🔄 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/2551 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 5/5/2025 **Status:** ✅ Merged **Merged:** 5/16/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `feat/bun-sqlite` --- ### 📝 Commits (5) - [`eeb0a66`](https://github.com/better-auth/better-auth/commit/eeb0a66c81b09d3992c667ac1527803a9ee60d57) feat: support bun sqlite by default - [`fd0dba1`](https://github.com/better-auth/better-auth/commit/fd0dba15a0f168e19e0d3c38be80b60ec4e7bcd1) chore: add database type - [`1876561`](https://github.com/better-auth/better-auth/commit/187656162606485d10140cb1c8679e21c9abaca7) chore: proper lic - [`87c3963`](https://github.com/better-auth/better-auth/commit/87c39634646c216a3f7b6bfd2568cb4ccd3391a8) chore: release v1.2.8-beta.5 - [`eee3213`](https://github.com/better-auth/better-auth/commit/eee3213e9c7d828d9c08ffdf58fdfb4d969536fe) Merge branch 'main' into feat/bun-sqlite ### 📊 Changes **7 files changed** (+333 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `dev/bun/auth.ts` (+2 -6) 📝 `packages/better-auth/package.json` (+15 -14) ➕ `packages/better-auth/src/adapters/kysely-adapter/bun-sqlite-dialect.ts` (+298 -0) 📝 `packages/better-auth/src/adapters/kysely-adapter/dialect.ts` (+10 -1) 📝 `packages/better-auth/src/types/options.ts` (+3 -0) 📝 `packages/better-auth/tsconfig.json` (+1 -1) 📝 `pnpm-lock.yaml` (+4 -10) </details> ### 📄 Description closes #1062 --- <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 21:11:56 -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#29973