quickonline
- Made For quick.db database to make it online
- Report Bugs, Errors, Problems In Support Server
Usage 📕
- starts ahost (use glitch or repl.it)
const quickonline = require('quickonline')
const host = new quickonline.host(8080)
host.start()
const quickonline = require('quickonline')
const dbo = new quickonline.bot("database url here")
dbo.set('wow', "hi")
console.log(await dbo.get("wow"))
dbo.add("math", 50)
dbo.subtract("math", 25)
dbo.delete("math")
Why quickonline
- Fast and easy to use
- This Package Is Made With 💖 By ! Darkboy🍭#9966