Property LoadPowerSyncExtension
LoadPowerSyncExtension
Whether to load the bundled PowerSync core SQLite extension on every
connection. Defaults to true and should remain true for normal use — the
rest of the library relies on the SQL functions and virtual tables it
registers (e.g. powersync_init()). Set to false only if you are
supplying an equivalent PowerSync-compatible extension via
Extensions.
public bool? LoadPowerSyncExtension { get; set; }
Property Value
- bool?