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
itermodule contains the core logic and struct for the database iteration method. - transaction
- This
transactionmodule contains the core logic and struct for the database transaction method.