UNPKG

tingodb

Version:

Embedded Node.js database upward compatible with MongoDB

9 lines (6 loc) 128 B
function tdb() {} module.exports = tdb; tdb.prototype.init = function (path, options, cb) { this._path = path; cb(null); };