/nahcrofdb.js

A simple client for NahcrofDB

Primary LanguageJavaScript

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!");