zephyr_vm::db

Module database

source
Expand description

This module defines how the database implementation in Zephyr should be implemented.

Implementors that wish to use the Zephyr VM in their code must provide the Zephyr host environment with a valid implementation of the Database.

Structs§

  • Wrapper of the database implementation.
  • Database implementation. Wraps the implementor-supplied DB implementation that Zephyr will use to communicate with the database.

Enums§

Traits§

  • Zephyr-compatible database trait. Implementations of Zephyr that allow from a database from within a Zephyr execution must implement this trait.