Skip to content

Feature Discussion #70

@PatrickMunsey

Description

@PatrickMunsey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions