A tool to convert the relational model to SQL or Prima
Visual programming, low-code tool, relational model visual editor
Visually create and edit tables, attributes, relationships between tables. Undo, redo, zoom, collapse and expand the model.
Saves the model in memory for use after closing the browser. It currently does not support model history.
Export the resulting model to SQL or Prisma language. It is also possible to export the resulting model to XML.
- Download the codegram zip or use git and clone the codegram
main
repo:
git clone https://github.com/fernandosam/codegram.git
cd codegram
- Install http-server:
npm install --global http-server
- In codegram folder run:
http-server
- Access the following address in your browser:
http://127.0.0.1:8080/
Working in progress... (new contributors are welcome)
For document & bug fix, please create pull request to master
branch.
For new features, please create pull request to feat
branch.
codegram is licensed under the MIT license.
mxGraph (codegram dependency) is licensed under the Apache License 2.0.