Module holochain_types::db

source ·
Expand description

Utility items related to data persistence.

Structs

Enums

  • The various types of database, used to specify the list of databases to initialize
  • 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.

Traits

Functions