https://github.com/webqit/objective-sql-cli
Command-line interface for Objective SQL
https://github.com/webqit/objective-sql-cli
Last synced: about 1 year ago
JSON representation
Command-line interface for Objective SQL
- Host: GitHub
- URL: https://github.com/webqit/objective-sql-cli
- Owner: webqit
- Created: 2021-04-27T10:02:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T19:21:08.000Z (about 5 years ago)
- Last Synced: 2025-02-23T04:02:41.362Z (over 1 year ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Objective SQL CLI
*[Objective SQL CLI](https://webqit.io/tooling/objective-sql-cli)* is a Command-Line utility for Objective SQL.
> [Visit project homepage](https://webqit.io/tooling/objective-sql-cli).
## Installation
Install Objective SQL CLI globally via npm
```text
$ npm i -g npm
$ npm i -g @webqit/objective-sql-cli
```
## Commands
View all available commands and their descriptions:
```text
$ objsql help
```
+ **Config** - Configure the behaviour of a command:
```text
$ objsql config
```
...where `` is the command name to configure. Use the the ellipsis `...` for options.
+ **Migrate** - Run schema migration:
```text
$ objsql migrate
```
See [Migration Docs](https://webqit.io/tooling/objective-sql-cli/migration) for details.
## Issues
To report bugs or request features, please submit an [issue](https://github.com/webqit/objective-sql-cli/issues).
## License
MIT.