Module holochain_sqlite::db[][src]

Expand description

Functions dealing with obtaining and referencing singleton databases

Structs

A read-only version of DbWrite. This environment can only generate read-only transactions, never read-write.

The canonical representation of a (singleton) database. The wrapper contains methods for managing transactions and database connections,

Enums

The various types of database, used to specify the list of databases to initialize

Traits

Extension trait to treat connection instances as p2p store accessors.

Extension trait to treat transaction instances as p2p store accessors.

Implementors are able to create a new read-only DB transaction

Implementors are able to create a new read-write DB transaction

Functions

Prune all expired AgentInfoSigned records from the p2p_store

Put an AgentInfoSigned record into the p2p_store

Put an iterator of AgentInfoSigned records into the p2p_store

Record a p2p metric datum

Query the p2p_metrics database in a variety of ways