Function makeWrapper

Constructs a new SqliteWrapper.

  • Parameters

    • file: string

      The file to hook the database into. If memory or disk uses an non-persistant database in the respective location.

    • useVerbose: boolean

      If the verbose version of sqlite should be used.

    Returns SqliteWrapper

    A usable sqlite wrapper.