Skip to content

Releases: Pasi-D/Prisma-Starter

Prisma Data Modeling

11 Sep 15:17
Compare
Choose a tag to compare
  • 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

15 Aug 11:55
Compare
Choose a tag to compare
  • Basic blogging scenario with User & Post models.
  • Consists with initial migration.
  • Contains a seed data file