rawDatabase property

Database rawDatabase
final

The raw database from the sqlite3 package.

The database contains all tables, views, triggers and indices from the requested schema. It can be used to insert data before a migration to verify that it's still intact after the migration.

This database backs the connection, so it's not necessary to close it if you're attaching a database later.

Implementation

final Database rawDatabase;