SQLiteDatabase typedef
SQLiteDatabase = Database
Type alias for Archery's SQLite connection handle.
This exists so applications can reference the database type without importing the underlying driver package directly.
Implementation
typedef SQLiteDatabase = Database;