Siegrift / prisma-interactive-tx-bug-repro

Minimal repro example of a bug with Prisma interactive transactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Minimal repro example of a bug with Prisma interactive transactions


Languages

Language:TypeScript 100.0%