0.1.0 • Published 3 years ago

x73tmp v0.1.0

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

SimpleDB

a simple json database

Useful Links: npm package page

####################################

to install it using npm

$ npm i x73tmp

###################################

how to const it :

const x73tmp = require("x73tmp")
const tmp = new x73tmp()

how to use it :

tmp.set("MyText" , "Hello World !")
let value = tmp.get("MyText")
tmp.remove("MyText")
let data = tmp.load()
tmp.clear()

also you can use it dynamic :

db.set(`${user.id}_tmp_token` , user.token)

###################################

created By SaraX73 all rights reserved © 2020