Npm package to help create databases in an automated way.
- Finish the
TS
setup and build scripts - Start the cli to execute actions such as:
- receive a database
type
such asmysql
orpg
to install the driver and exec the creation db queries - create a config file with default values and a comment for guidance
- receive a database
- Exec queries to create the
databases
named in the config file