Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 588 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 588 Bytes

alt text

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