Table of Contents

Property Extensions

Namespace
PowerSync.Common.MDSQLite
Assembly
PowerSync.Common.dll

Extensions

Additional SQLite extensions to load on every connection, in order. Defaults to an empty list. The bundled PowerSync core extension is loaded separately and controlled by LoadPowerSyncExtension — do not include it here.

public SqliteExtension[]? Extensions { get; set; }

Property Value

SqliteExtension[]