JSDBClient is the official client for JSDB
To install JSDBClient from GitHub (latest build), just run
$ git clone https://github.com/modscleo4/jsdbclient
$ npm install -g jsdbclient
Or
$ npm install -g modscleo4/jsdbclient
For stable releases, install from NPM
$ npm install -g @modscleo4/jsdbclient
After installed, you can run JSDBClient just typing
$ jsdbclient [-a address] [-p port] [-d database] [-U username] [-P password] [--pingTest] [-t]
Command | Description |
---|---|
-h, --help | Displays this table |
-d, --database | The database to connect (default: jsdb) |
-a, --address | Server IP address (default: localhost) |
-p, --port | Server port (default: 6637) |
-U, --user | User to connect (default: jsdbadmin) |
-P, --password | User password |
--pingTest | Tests the ping against the server |
-t | The amount of ping tests to run (default: 4) |
Use the Issues page to send bug reports and suggestions for new features
Feel free to fork and send Pull Requests to JSDB Server and Client projects, I'll love to see new contributions for these projects!