prismaEasy Playground

Type-safe database client auto-generated from your schema

Getting started with prismaRun locally
Install
pip install prisma
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: prisma)

prisma is a third-party package. Type-safe database client auto-generated from your schema. Install with: pip install prisma

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?