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.

8 lines (7 loc) 136 B
import Auth from "./auth"; export class Account{ username: string email: string role: string token: string }