Releases: Pasi-D/Prisma-Starter
Releases · Pasi-D/Prisma-Starter
Prisma Data Modeling
- Contains 1-1 mapping between User(Mandatory) and Profile(Optional)
- Seed file is temporary removed.
- User to Post 1-m mapping is made optional. i.e A post can have zero to one User.
- m-n explicit mapping for Post to Tag.
- All mappings contain migrations relevant to them.
Prisma Introduction
- Basic blogging scenario with
User
&Post
models. - Consists with initial migration.
- Contains a seed data file