Use Prisma and PostgresDB in a prevent ticket oversold example

This is a quick demo for using the PostgresDB’s isolationLevel to prevent ticket oversold. Full code can be found hereWe have this schema set up in schema.prisma:
⛶model User {
id Int ...