aptosdb 0.2.7

Aptos database
aptosdb-0.2.7 has been yanked.
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.