DBML generator for Prisma #211
Replies: 2 comments
-
Table User { Table Profile { Note: 'User profile' Table Post { Table Category { Table CategoryToPost { Enum Role { Ref: Profile.userId - User.id Ref: Post.authorId > User.id |
Beta Was this translation helpful? Give feedback.
-
Does this support Prisma's multi-folder schema? |
Beta Was this translation helpful? Give feedback.
-
DBML generator for Prisma
Visualize Prisma Schema as Entity-Relationship Diagram
https://notiz.dev/blog/prisma-dbml-generator
Beta Was this translation helpful? Give feedback.
All reactions