https://github.com/modscleo4/jsdbclient
JSDBClient is the official client for JSDB
https://github.com/modscleo4/jsdbclient
database javascript nodejs
Last synced: about 2 months ago
JSON representation
JSDBClient is the official client for JSDB
- Host: GitHub
- URL: https://github.com/modscleo4/jsdbclient
- Owner: modscleo4
- License: apache-2.0
- Created: 2018-10-14T14:07:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T07:59:48.000Z (about 6 years ago)
- Last Synced: 2025-06-05T13:52:54.140Z (about 1 year ago)
- Topics: database, javascript, nodejs
- Language: JavaScript
- Size: 20.5 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JSDBClient
[](https://travis-ci.org/modscleo4/jsdbclient)
JSDBClient is the official client for [JSDB](https://github.com/modscleo4/jsdb)
## Installation
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
```
## Run
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) |
## Issues and suggestions
Use the Issues page to send bug reports and suggestions for new features
## Contributing
Feel free to fork and send Pull Requests to JSDB Server and Client projects, I'll love to see new contributions for these projects!