prisma
to automatically backend database bindings.
prisma db pull
to turn your database schema into a Prisma schema.
prisma generate
to generate the Prisma Client. You can then start querying your database.
prisma/schema.prisma
generate
command to automatically generat database client with typings
Only required when adding updating the database schema.