Skip to content

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

License

Notifications You must be signed in to change notification settings

JeffersonBenzan/sequelizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

screenshot

Specially Thanks the great projects.

sequelize

squelize-auto

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.1%
  • HTML 3.9%