Prisma SQLite Adapter
JSON →Prisma driver adapter for the Node.js built-in SQLite module (node:sqlite), available as v1.0.0. This adapter enables Prisma Client to use the native Node.js SQLite driver instead of third-party libraries like better-sqlite3 or sql.js. It supports synchronous queries, connection pooling, and works with Prisma Migrate. Requires @prisma/client ^7.5.0. Key differentiator: zero external C++ dependencies and native Node.js integration, making it ideal for serverless environments and modern Node.js runtimes.
Resources
packageprisma-adapter-sqlite ↗
API endpoints
full doc /v1/registry/prisma-adapter-sqlite