Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxfirecodes/prisma-transaction-group-by-issue
A small demo repo showing a typing issue in Prisma 4.8.1 when using groupBy in a $transaction
https://github.com/foxfirecodes/prisma-transaction-group-by-issue
Last synced: 5 days ago
JSON representation
A small demo repo showing a typing issue in Prisma 4.8.1 when using groupBy in a $transaction
- Host: GitHub
- URL: https://github.com/foxfirecodes/prisma-transaction-group-by-issue
- Owner: foxfirecodes
- Created: 2023-01-12T18:55:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T18:55:43.000Z (almost 2 years ago)
- Last Synced: 2024-12-25T05:21:13.722Z (12 days ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prisma-transaction-group-by-issue
> A small demo repo showing a typing issue in Prisma 4.8.1 when using `groupBy` in a `$transaction`
## setup
```bash
# clone the repo
git clone https://github.com/rayzr522/prisma-transaction-group-by-issue.git
cd prisma-transaction-group-by-issue# install dependencies
pnpm install# set up the db
pnpm prisma migrate deploy# attempt to run the script
pnpm start
```