-
-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Just came across this and am excited after looking around for a long time for a self hostable Prisma schema visualiser. Below are some of the minimal use cases that I've been looking for from a package like this and it would be good to get your input on what they would look like and whether you've already considered them.
-
Ability to install using a package manager and run via cli. e.g.
yarn add prismaliser --dev -
Ability to pass the schema file via argument to docker run or cli
docker run -p 3000:3000 ghcr.io/ovyerus/prismaliser --schema=<path-to-schema-file.prisma>
or
yarn prismaliser run --schema=<path-to-schema-file.prisma> -
VScode extension that can automatically be opened to the side when a schema.prisma file is opened. Similar to bicep visualiser.