Type Alias Config

Config: { verbose: boolean }

Config for the database.

Type declaration

  • verbose: boolean

    Enables sqlite3.verbose() and enables verbose logging throughout the module. Defaults to false.