Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
exports.exec = sql => db.exec(sql).catch(throwError);
SQLite client for Node.js applications with SQL-based migrations API written in Typescript