filebased-db
this db is file based there is a folder called DB
it will be your source, renaming it will make it unkowen there is a max of 250 files for this db, db.all() will return an array of the data. here is the test command
const db = require('filebased-db')
db.set('ok', 'bruh')
db.set('19', 'bruh')
db.set('195', 'bruh5')
const d = db.get('19')
console.log(d)
const data = db.all()
console.log(data)
console.log('there are ' + data.length + ' value(s) stored')
more features will be stored but here is an exapmple of the data being displayed
{ "name": "19", "value": "bruh", "timeStamp": "161954912025" }
all data is stored in .json
if you encounter an error, contact me on discord at: NeonGamerBot_QK#1001