UNPKG

ezito-sqlite

Version:

The fastest and simplest async and sync library for SqLite3 in Node.js.

11 lines (7 loc) 200 B
const EzitoError = require("ezito-utils/public/trace/error"); class SqliteError extends EzitoError { constructor(){ super(...arguments); } } module.exports = SqliteError;