Repository created to help reproduce the issue prisma/prisma#3244
When transaction API used for update => Error: In order to use the .transaction() api, please enable 'experimentalFeatures = "transactionApi" in your schema. #3244
Prepopulated sqliteDB. Do not run migrate
- Clone the repo
- Run npm install @prisma/cli --save-dev
- Run npm install @prisma/client
- Run npx prisma generate
- Run node --trace-warnings src/transactionalUpdateDebug.js