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
- Host: GitHub
- URL: https://github.com/miniconnect/miniconnect-client
- Owner: miniconnect
- License: apache-2.0
- Created: 2023-01-06T08:49:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T23:42:08.000Z (11 months ago)
- Last Synced: 2025-06-15T10:52:05.881Z (8 months ago)
- Topics: cli-client, database-access, java, repl, sql-runner, tabular-views
- Language: Java
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```