Module db

Module db 

Source
Expand description

The db module contains the core logic for the TransientDB database. It includes the DB struct and its implementation, which provides the primary API for interacting with the database.

Modulesยง

errors
This module defines the custom error types used throughout the EpochDB library.
iter
The iter module contains the core logic and struct for the database iteration method.
transaction
This transaction module contains the core logic and struct for the database transaction method.