UNPKG

coders.db

Version:

A better sqlite3 system that is easy to install and easy to use, easy to config, non-locking. Made in coders code (https://discord.gg/cxJbCaqBPu)

9 lines (7 loc) 205 B
module.exports = function(db, params, options) { require("fs").unlink('codersdb.sqlite', function (err) { if (err) throw err; return true; }); return module.delMsg ? false : true; };