nahcrofdb.js
v1.1.0
Published
A simple client for nahcrofDB
Downloads
1
Readme
nahcrofdb.js
A simple client for NahcrofDB.
How do I use it?
First, import the package.
import NahcrofDB from "nahcrofdb.js";
Second, initialize the database with your username & API key.
const database = new NahcrofDB("username", "api_key");
Finally, do something with it!
await database.create("hello", "world!");