Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T03:48:11.000Z (3 months ago)
- Last Synced: 2024-08-20T06:42:28.486Z (3 months ago)
- Topics: auto-export, database, javascript, model, mysql, orm, sequelize, transactions
- Language: JavaScript
- Homepage:
- Size: 436 KB
- Stars: 337
- Watchers: 13
- Forks: 59
- Open Issues: 2
-
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
```![screenshot](https://img.alicdn.com/tfs/TB1dxPomxGYBuNjy0FnXXX5lpXa-845-649.png)
Specially Thanks the great projects.
[sequelize](https://github.com/sequelize/sequelize)
[squelize-auto](https://github.com/sequelize/sequelize-auto)