UNPKG

better-sqlite3

Version:

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

8 lines (5 loc) 174 B
'use strict'; const DatabaseInspection = function Database() {}; module.exports = function inspect(depth, opts) { return Object.assign(new DatabaseInspection(), this); };