You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language Prisma is a Next-generation Node.js and TypeScript ORM. It's basically the standard way to communicate to a database using TypeScript now. In Prisma, you have a schema.prisma file to write your database schema, but there is no syntax highlighting for .prisma in prism.
Language
Prisma is a Next-generation Node.js and TypeScript ORM. It's basically the standard way to communicate to a database using TypeScript now. In Prisma, you have a
schema.prisma
file to write your database schema, but there is no syntax highlighting for.prisma
in prism.Additional resources
The text was updated successfully, but these errors were encountered: