runfan / sequelizer

A GUI Desktop App for export sequelize models from database automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sequelizer

A desktop application to export sequelize models automatically and visually.

# Clone this repository
git clone https://github.com/andyforever/sequelizer.git
# Go into the repository
cd sequelizer
# Install dependencies
npm install
# Run the app
npm start

Or do the same by executing one line

git clone https://github.com/andyforever/sequelizer.git && cd sequelizer && npm install && npm start

Or download the sequelizer.app for MacOs and just run it. Download

Authorization may required.

Other OS(Linux,Windows) will be supported latter.

screenshot

Specially Thanks the great projects.

sequelize

sqquelize-auto

About

A GUI Desktop App for export sequelize models from database automatically.

License:Other


Languages

Language:JavaScript 96.3%Language:HTML 3.7%