1.0.2 • Published 3 years ago

nihoniumdb v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

NihoniumDB

What is NihoniumDB

NihoniumBD is a crappy Database for NodeJS and soon for websites.

No one cares, how do I use it?

Connecting to the Database

I don't feel like making a way for you to make keys yourself so DM me for a key. (flurri#0001)

const db = require("nihoniumdb");

db.connect({
    "database_id":process.env.id,
    "token":process.env.token
});

Setting Values

db.set("wow","This is pretty cool!")

Getting Values

db.get("wow",function(data){
  console.log(data)
})

Should output: "This is pretty cool!"

Deleting Values

db.delete("wow")
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago