Expand description

This crate provides AptosDB which represents physical storage of the core Aptos data structures.

It relays read/write operations on the physical storage via schemadb to the underlying Key-Value storage system, and implements aptos data structures on top of it.

Modules

This module defines error types used by AptosDB.

This module defines representation of Aptos core data structures at physical level via schemas that implement schemadb::schema::Schema.

Structs

This holds a handle to the underlying DB responsible for physical storage and provides APIs for access to the core Aptos data structures.

Traits