Welcome to the Prisma client explorer in CodeSandbox! 👋
There are three folders with scripts that you can use to play around with the Prisma client API:
- 📖 src/reading-data
- ✏️ src/writing-data
- ⭐️ src/more-data-access
Once you have forked your own version of this CodeSandbox (see instructions here), you can start exploring the Prisma client API:
yarn demo
You can also directly run the scripts defined in package.json
, e.g.:
yarn filtering-and-sorting # executes `src/reading-data/filterting-and-sorting.ts`