[PR #1200] [CLOSED] Prisma scheme generation fix #20583

Closed
opened 2026-04-15 19:47:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1200
Author: @henrikzabel
Created: 1/12/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

📊 Changes

11 files changed (+6 additions, -970 deletions)

View changed files

📝 README.md (+3 -0)
📝 packages/cli/package.json (+3 -4)
packages/cli/test/__snapshots__/auth-schema.txt (+0 -56)
packages/cli/test/__snapshots__/migrations.sql (+0 -7)
packages/cli/test/__snapshots__/schema-mongodb.prisma (+0 -82)
packages/cli/test/__snapshots__/schema-mysql.prisma (+0 -82)
packages/cli/test/__snapshots__/schema.prisma (+0 -82)
packages/cli/test/__snapshots__/schema.txt (+0 -83)
packages/cli/test/generate.test.ts (+0 -116)
packages/cli/test/getConfig.test.ts (+0 -365)
packages/cli/test/migrate.test.ts (+0 -93)

📄 Description

The problems were:

  • @babel/core library was missing but marked as required (the generating didn't work without it)
  • better-sqlite3 led to errors

Prisma scheme generation does work now.

However, I can't ensure that sqlite3 is still working, as I am not able to test this.

This issue is related to:
#1189


🔄 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/1200 **Author:** [@henrikzabel](https://github.com/henrikzabel) **Created:** 1/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`ab35617`](https://github.com/better-auth/better-auth/commit/ab356179e17963f4f1348d9a7ade1ba4c374b8b5) Delete packages/cli/test directory - [`cde43f2`](https://github.com/better-auth/better-auth/commit/cde43f204f96460b296161f77967892b99f9d26c) Update package.json - [`a6ca3a1`](https://github.com/better-auth/better-auth/commit/a6ca3a1fb9767d6633917ff068ac144d9638f03c) Update README.md ### 📊 Changes **11 files changed** (+6 additions, -970 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) 📝 `packages/cli/package.json` (+3 -4) ➖ `packages/cli/test/__snapshots__/auth-schema.txt` (+0 -56) ➖ `packages/cli/test/__snapshots__/migrations.sql` (+0 -7) ➖ `packages/cli/test/__snapshots__/schema-mongodb.prisma` (+0 -82) ➖ `packages/cli/test/__snapshots__/schema-mysql.prisma` (+0 -82) ➖ `packages/cli/test/__snapshots__/schema.prisma` (+0 -82) ➖ `packages/cli/test/__snapshots__/schema.txt` (+0 -83) ➖ `packages/cli/test/generate.test.ts` (+0 -116) ➖ `packages/cli/test/getConfig.test.ts` (+0 -365) ➖ `packages/cli/test/migrate.test.ts` (+0 -93) </details> ### 📄 Description The problems were: - @babel/core library was missing but marked as required (the generating didn't work without it) - better-sqlite3 led to errors Prisma scheme generation does work now. However, I can't ensure that sqlite3 is still working, as I am not able to test this. This issue is related to: #1189 --- <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 19:47:42 -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#20583