Module holochain_sqlite::conn

source ·

Structs

Singleton Connection

Enums

The sqlite synchronous level. Corresponds to the PRAGMA synchronous pragma. See sqlite documentation.
The strategy for database file system synchronization. Some databases like the cache can be safely rebuilt if corruption occurs due to using the faster DbSyncLevel::Off.

Type Definitions