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 • 345 B
text/typescript
export { default as LenObject, ObjectLink } from "./object";
export { default as Serializer } from "./serializer";
//we dont want to export this as class to pass emitter
export { default as LenQuery } from "./query";
export { default as Hook } from "./hook";
export { default as Auth } from "./auth";
export {ACL,ACLPermision} from "./acl"