jsdb-server
Version:
JSDB Written using Chrome's V8, implemented in Node.js. Having as its main objectives to be: simple, minimalist and effective for data persistence. In addition to easy integration with other programming languages.
33 lines (21 loc) • 587 B
Markdown
# jsdb
Make the simple, simple
JSDB is a simple and minimalist NoSQL database writed with node.
Some features:
* Minimalist
* Simple APIs and Rest service
* Fast
* Key/Value and Simple Document Orientation
* Simple Structure of
* Router for embeding app with express
## Installation
## Node global installation
```sh
$ npm install jsdb-server -g
```
## Standalone installation
Access: [Downloads](http://jspare.org/jsdb/downloads)
## Documentation
For see full documentation access oficial website: [http://jspare.org/jsdb](http://jspare.org/jsdb)
## License
[MIT](LICENSE)