1.0.6 • Published 6 years ago
@modscleo4/jsdb v1.0.6
JSDB - JSON Database Manager
What is JSDB?
JSDB is a project to create a Node.js database manager which supports SQL. Built on JavaScript, the JSDB uses JSON to store database data.
The JSDB Server and Client source code is licensed under Apache 2 License
Installation
To install JSDB from GitHub (latest build), clone this repo and install with NPM:
$ git clone https://github.com/modscleo4/jsdb.git
$ npm install -g jsdb
Or
$ npm install -g modscleo4/jsdb
For stable releases, install from NPM
$ npm install -g @modscleo4/jsdb
Run
After installed, you can run JSDB just typing
$ jsdb (-d) <dir> (-p) <port> (-N) (-Z)
Where args are:
Short | Extended | Description |
---|---|---|
-d | --dir | Which dir to work on |
-p | --port | What port to listen |
-N | --noAuth | Run without authentication |
-Z | --createZip | Enable backup system |
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!
Client
The official JSDB client is available at https://github.com/modscleo4/jsdbclient