Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calebmer/prisma-optimistic-concurrency-control-pattern-conflict-repro
https://github.com/calebmer/prisma-optimistic-concurrency-control-pattern-conflict-repro
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebmer/prisma-optimistic-concurrency-control-pattern-conflict-repro
- Owner: calebmer
- Created: 2021-05-03T14:06:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T15:41:02.000Z (over 3 years ago)
- Last Synced: 2023-08-15T21:37:43.290Z (about 1 year ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Setup:
1. `npm install`
2. `npx prisma migrate dev`
3. `node repro.js` (may need to run a couple times since the error is intermittent)