Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.81 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.81 KB

image


DISCLAIMER!

This project is still at a very early stage of development and does not support many features of the prisma schema, so please backup your prisma schema (if you're not using git for some reason). You can view the detailed changelog of the latest version to see a list of supported features.

Download

About this project

Prismagram is a visual Prisma schema builder. In the application, you can display your schema as diagrams that can be edited. The idea is to make a smart editor that will allow you to work more efficiently with the schema file.

Features

Drag and drop new blocks

Quickly add new models and enums using the drag and drop interface.

ezgif-2-e66956149f

Connect models and enums

Drag connection lines from model to model to create relations and from enum to model to create enum fields.

ezgif-2-5cb17381b4

Spotlight

Use the various command options to navigate and edit the schema.

ezgif-2-894793d330

License

Prismagram is licensed under the MIT License - see the LICENSE file for details.

image