PrismaP
Prisma4mo ago
7 replies
ytsruh

Bun, Prisma & Rust free engine errors

Im using bun, sqlite & Prisma and trying to use the new rust free engine. However when I use the better-sqlite3 adapter im returned with this error:
error: The module 'better_sqlite3' was compiled against a different Node.js ABI version using NODE_MODULE_VERSION 127. This version of Bun requires NODE_MODULE_VERSION 137. Please try re-compiling or re-installing the module.
 clientVersion: "6.16.2",


Any clues if this ABI mismatch can be resolved? or if we can use Bun built in driver?
Was this page helpful?