UNPKG

better-sqlite3

Version:

The fastest and simplest library for SQLite in Node.js.

4 lines (3 loc) 110 B
'use strict'; module.exports = require('./database'); module.exports.SqliteError = require('./sqlite-error');