You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I kinda shut this down in #64, but I think I've come around to the idea of being able to use it for local development now. Would need a bit of restructuring but could be possible.
I'm still unsure about a VSCode extension, but I might take a look at it afterwards and see what I think then.
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.
The text was updated successfully, but these errors were encountered: