GithubHelp home page GithubHelp logo

andyforever / sequelizer Goto Github PK

View Code? Open in Web Editor NEW
330.0 13.0 60.0 403 KB

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

License: Other

JavaScript 95.86% HTML 4.14%
sequelize auto-export model database orm javascript transactions mysql

sequelizer's Introduction

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

sequelizer's People

Contributors

andyforever avatar blacksmoke26 avatar dependabot[bot] avatar devspacenine avatar fijiwebdesign avatar ihorskyi avatar theandroidguy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sequelizer's Issues

Deprecated warnings.

Tue, 23 Jun 2020 21:41:06 GMT tedious deprecated The default value for options.encrypt will change from false to true. Please pass false explicitly if you want to retain current behaviour. at node_modules\sequelize\lib\dialects\mssql\connection-manager.js:68:22
Tue, 23 Jun 2020 21:41:06 GMT tedious deprecated Passing non-number values for options.port will throw an error in future tedious versions. Please pass a number instead. at node_modules\sequelize\lib\dialects\mssql\connection-manager.js:68:22

Error: Please install tedious package manually

First time install, and received the error when trying to run Sequelizer against a Microsoft SQL database. I ran

npm install tedious --save-dev

and it resolved the issue.

Not sure if it was a goof on the install, but sharing for posterity.

Edit: on Mac, and downloadable app didn't work at all. Assuming perhaps similar error, but global install of tedious didn't resolve, for what it's worth

Support for schema

Hello can you please add schema in parameters, as I found without it sequelize auto does not bring table schema for postgres

Sequelizer not working

I tried with your example, and able to view the UI.
But when i click on Export button, nothing is happening. No Models are generated.
Can you please look into this issue ASAP, as i have finish this task with high Priority.

Thanks,
Charan

Deprecated warning - getName function

Hi everyone!

I've found a warning in my terminal
" (electron) 'getName function' is deprecated and will be removed. Please use 'name property' instead. "

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.