Module holochain_types::env[][src]

Expand description

An “Env” Combines a database reference with a KeystoreSender

Structs

Read access to a database, plus a keystore channel sender

Write access to a database, plus a keystore channel sender

Enums

The sqlite synchronous level. Corresponds to the PRAGMA synchronous pragma. See sqlite documentation.