agentsdb
v0.0.2
Published
- Its The Same as sqlite3connect - Main Server Uses Quick.db - Data Is Stored In Our Servers # How to Get The Key? - First Go to our homepage which is [here](https://webdb.jenildobaria.repl.co) - Then Press Get ID Button , - Then a alert will show u
Downloads
5
Readme
AgentsDB
- Its The Same as sqlite3connect
- Main Server Uses Quick.db
- Data Is Stored In Our Servers
How to Get The Key?
- First Go to our homepage which is here
- Then Press Get ID Button ,
- Then a alert will show up which contains Your Key
- Then You Are Ready To Go
Usage
const { Database } = require('agentsdb')
const db = new Database('Key Here')
db.add('DBKEY(Name of data)' value must be a number)
db.set('DBKEY(Name of data)' , value)
db.all(response => console.log(response))
db.get('DBKEY(Name of data)' , response => console.log(response))
db.subtract('DBKEY(Name of data)' , value must be a number)
db.delete('DBKEY(Name of data)' , response => console.log(response))