database property

SqliteDatabase get database
inherited

The underlying database.

For the most part, behavior is the same whether querying on the underlying database, or on PowerSyncDatabase. The main difference is in update notifications: the underlying database reports updates to the underlying tables, while PowerSyncDatabase reports updates to the higher-level views.

Implementation

SqliteDatabase get database;