/practice-prisma

Playground to learn about and test how Prisma works with a CockroachDB

Primary LanguageTypeScript

practice-prisma

Playground to learn about and test how Prisma works. CockroachDB was used as a database (which meant that some field functions had to be switched out, e.g. sequence() instead of increment())

Resources

Followed this awesome tutorial by Kyle.

Check out the Prisma docs for more information.