Skip to content

fernandosam/codegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codegram

A tool to convert the relational model to SQL or Prima

Visual programming, low-code tool, relational model visual editor

Demo

Features

Relational model visual editor

Visually create and edit tables, attributes, relationships between tables. Undo, redo, zoom, collapse and expand the model.

Save the relational model

Saves the model in memory for use after closing the browser. It currently does not support model history.

Export to SQL, Prisma or XML

Export the resulting model to SQL or Prisma language. It is also possible to export the resulting model to XML.

Installation

  1. Download the codegram zip or use git and clone the codegram main repo:
git clone https://github.com/fernandosam/codegram.git
cd codegram
  1. Install http-server:
npm install --global http-server
  1. In codegram folder run:
http-server
  1. Access the following address in your browser:
http://127.0.0.1:8080/

Resources

Working in progress... (new contributors are welcome)

Contributing

For document & bug fix, please create pull request to master branch. For new features, please create pull request to feat branch.

License

codegram is licensed under the MIT license.

mxGraph (codegram dependency) is licensed under the Apache License 2.0.

Releases

No releases published

Packages

No packages published

Languages