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.

7 lines (6 loc) 295 B
export { default as LenObject, ObjectLink } from "./object"; export { default as Serializer } from "./serializer"; export { default as LenQuery } from "./query"; export { default as Hook } from "./hook"; export { default as Auth } from "./auth"; export { ACL, ACLPermision } from "./acl";