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)

7 lines (6 loc) 164 B
module.exports = function(db, params, options) { options.qdb.all().map(async (qdbData) => { this.set(qdbData.ID, qdbData.data) }) return true; };