Top level Status object holding all the Stat objects indicating the DBStatus of the SQLite3 C library.
[Source]
# File lib/amalgalite/sqlite3/database/status.rb, line 60 60: def initialize( api_db ) 61: @api_db = api_db 62: end
[Validate]