'use strict'; module.exports = { sqlite: { NoSuchTable: function(err) { return err.message.includes("SQLITE_ERROR: no such table:"); } } }