Skip to content

Conversation

@aster-void
Copy link
Contributor

@aster-void aster-void commented Nov 20, 2025

fixes #26

Context

Apparently prisma v7 does not completely get rid of rust, but only partially.
nix-prisma-utils is still required to use the prisma cli (e.g. bun prisma db push, bun prisma generate).

Changes

  • prisma v7 uses new commit format next-{commit}. This PR adds support to the format.
  • prisma v7 no longer provides some components: bin/query-engine and lib/libquery_engine.node. This PR deletes them when hash has next- prefix, to prevent curl from failing for 404.

@aster-void aster-void marked this pull request as draft November 20, 2025 09:36
@aster-void aster-void force-pushed the hack/fix-new-commits branch 3 times, most recently from 50f1c5b to 84992e0 Compare November 20, 2025 11:56
@aster-void aster-void changed the title hack: fix new prisma commit parsing failure Feat: support prisma v7 hash format 🎉 Nov 20, 2025
@aster-void aster-void marked this pull request as ready for review November 20, 2025 12:06
@VanCoding VanCoding merged commit c4880d9 into VanCoding:main Nov 21, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: fails to parse latest prisma's version

2 participants