lazysql
v0.1.4
Published
An unopinionated Sequelize boilerplate builder, with models and associations.
Downloads
3
Readme
lazySQL (ize)
An unopinionated Sequelize model and association builder. This package can be used either as a dependency in another project, command line tool, or with lazyBuilder (our GUI).
Command Line Interface
lazySQL should be installed globally if you would like to use the CLI.
install with yarn (preferred)
npm install -g lazysql
install with npm
yarn global add lazysql