Objective SQL CLI is a Command-Line utility for Objective SQL.
Install Objective SQL CLI globally via npm
$ npm i -g npm
$ npm i -g @webqit/objective-sql-cli
View all available commands and their descriptions:
$ objsql help
-
Config - Configure the behaviour of a command:
$ objsql config <command>
...where
<command>
is the command name to configure. Use the the ellipsis...
for options. -
Migrate - Run schema migration:
$ objsql migrate
See Migration Docs for details.
To report bugs or request features, please submit an issue.
MIT.