An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Objective SQL CLI

NPM version
NPM downloads

*[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.