Constructor Setup
This is the setup page for the Asynchronous WastefulDB module. Not everything
Quick Setup
const AsyncWastefulDB = require("wastefuldb/async");
const db = new AsyncWastefulDB();Setup Options
// These are the default arguments when left empty.
new AsyncWastefulDB({
path: "./syncData/"
feedback: true,
parse: true,
kill: false
})β’ path
β’ feedback
β’ parse
β’ kill
Last updated