Skip to main content

One post tagged with "prisima"

View All Tags

How to Add Custom Attributes in Prisma

· 8 min read
Jiasheng
Co-founder of ZenStack

Cover Image

The Prisma schema is intuitive and lets you declare your database tables in a human-readable way. The thing I like most is to be able to use it as the single source of truth for the data models of my application. However, to be able to get that for more cases, there should be a good extension mechanism. Otherwise, Prisma would have to cover all the different cases by itself to achieve that universally.