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

https://github.com/miniconnect/miniconnect-client

Command line client for miniConnect
https://github.com/miniconnect/miniconnect-client

cli-client database-access java repl sql-runner tabular-views

Last synced: 7 months ago
JSON representation

Command line client for miniConnect

Awesome Lists containing this project

README

          

# MiniConnect client

Command line REPL client for miniConnect

## Installation

[See the Releases page for downloadable artifacts](https://github.com/miniconnect/miniconnect-client/releases)

Currently, there are two distributions available for download:

- **fat jar**: standalone all-in-one jar file, can be executed with `java -jar <...>`
- **debian package**: standard package for any Debian based OS,
installs `micl` and `miniconnect-client` binaries and their accessories

## Usage

You can connect to a miniConnect server with the `micl` (or `miniconnect-client`) command:

```bash
micl
```

In case of custom server and port:

```bash
micl server.local:9876
```