index.js 110 B

123
  1. 'use strict';
  2. module.exports = require('./database');
  3. module.exports.SqliteError = require('./sqlite-error');