UNPKG

lendb-server

Version:

`LenDB Server` is a wrapper around another database called Acebase that acts like a client. Think of it as parse-server and firebase had baby then voilah!!! `Hello World!!` LenDB is born.

13 lines (12 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Destroy = exports.Load = exports.Commit = void 0; function Commit(Objects) { } exports.Commit = Commit; function Load(ref, key) { } exports.Load = Load; function Destroy() { } exports.Destroy = Destroy;