UNPKG

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.

6 lines (4 loc) 108 B
const /*--- Declaring imports ---*/ _jsdb = require('./lib/jsdb'); //Exports API module.exports = _jsdb;