/prisma-interactive-tx-bug-repro

Minimal repro example of a bug with Prisma interactive transactions

Primary LanguageTypeScript

Example showing bug in interactive tx

Based off Prisma quickstart using sqlite as DB (but I confirmed the bug also on Postgres) so this seems to be a Prisma issue.

Run:

  1. yarn to install deps
  2. yarn start to run the test (currently fails)