Table of Contents

Class SqliteJournalMode

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

SQLite journal mode. Set on the primary connection. This library is written with WAL mode in mind - other modes may cause unexpected locking behavior.

public sealed class SqliteJournalMode
Inheritance
SqliteJournalMode
Inherited Members

Fields

DELETE
MEMORY
OFF
PERSIST
TRUNCATE
WAL

Use a write-ahead log instead of a rollback journal. This provides good performance and concurrency.

Properties

Value

Methods

ToString()

Returns a string that represents the current object.

Operators

implicit operator string(SqliteJournalMode)