🗃️ create dbml generator
Generate dbml from the Prisma schema when executing the command `bunx prisma generate`. The dbml can be used to visualize the ERD using the dbdiagram.io website.
This commit is contained in:
@ -40,6 +40,7 @@
|
||||
"eslint": "^9.29.0",
|
||||
"globals": "^16.2.0",
|
||||
"prisma": "^6.7.0",
|
||||
"prisma-dbml-generator": "^0.12.0",
|
||||
"typescript-eslint": "^8.34.1"
|
||||
},
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user