Class SqliteJournalMode
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
- WAL
Use a write-ahead log instead of a rollback journal. This provides good performance and concurrency.
Properties
Methods
- ToString()
Returns a string that represents the current object.