Table of Contents

Property JournalMode

Namespace
Qavren.Edge.Sqlite
Assembly
Qavren.Edge.Sqlite.dll

JournalMode

Applied once, at database creation. journal_mode is persisted in the file header, so re-issuing it per open is pointless, and issuing it inside a transaction is an error.

public SqliteJournalMode JournalMode { get; set; }

Property Value

SqliteJournalMode