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.

5 lines (4 loc) 202 B
import LenObject from "./object"; export declare function Commit(Objects: LenObject[]): void; export declare function Load(ref: string, key?: string): void; export declare function Destroy(): void;