Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Discussion #70

Open
PatrickMunsey opened this issue Sep 18, 2023 · 1 comment
Open

Feature Discussion #70

PatrickMunsey opened this issue Sep 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@PatrickMunsey
Copy link

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.

@Ovyerus
Copy link
Owner

Ovyerus commented Sep 21, 2023

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.

@Ovyerus Ovyerus added the enhancement New feature or request label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants