@wxn0brp/db-client
v0.2.4
Published
ValtheraDB Client
Downloads
289
Readme
ValtheraDB Client
This is the client library for ValtheraDB-server powered by ValtheraDB
Installation
npm install @wxn0brp/db-clientUsage
import { ValtheraRemote } from "@wxn0brp/db-client";
const db = new ValtheraRemote({
url: "http://localhost:14785",
auth: "your-auth-token",
name: "myDatabase"
});
// or
const db2 = new ValtheraRemote("http://myDatabase:your-auth-token@localhost:14785");
await db.add("user", { name: "John Doe" });License
MIT
