https://github.com/andyforever/sequelizer
A GUI Desktop App for export sequelize models from database automatically.
https://github.com/andyforever/sequelizer
auto-export database javascript model mysql orm sequelize transactions
Last synced: 23 days ago
JSON representation
A GUI Desktop App for export sequelize models from database automatically.
- Host: GitHub
- URL: https://github.com/andyforever/sequelizer
- Owner: andyforever
- License: other
- Created: 2017-01-09T02:02:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T09:35:34.000Z (8 months ago)
- Last Synced: 2025-03-29T06:05:17.039Z (about 1 month ago)
- Topics: auto-export, database, javascript, model, mysql, orm, sequelize, transactions
- Language: JavaScript
- Homepage:
- Size: 470 KB
- Stars: 340
- Watchers: 11
- Forks: 58
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sequelizer
### A desktop application to export [sequelize](https://sequelize.org/) models automatically and visually.
```bash
# 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
```bash
git clone https://github.com/andyforever/sequelizer.git && cd sequelizer && npm install && npm start
```
Specially Thanks the great projects.
[sequelize](https://github.com/sequelize/sequelize)
[squelize-auto](https://github.com/sequelize/sequelize-auto)