mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(db): Refactor storage libraries (#371)
This commit is contained in:
@ -22,9 +22,9 @@ These crates define primitive types or algorithms such as RLP.
|
||||
|
||||
These crates are related to the database.
|
||||
|
||||
- [`codecs`](../../crates/codecs): Different storage codecs.
|
||||
- [`libmdbx-rs`](../../crates/libmdbx-rs): Rust bindings for [libmdbx](https://libmdbx.dqdkfa.ru). A fork of an earlier Apache-licensed version of [libmdbx-rs][libmdbx-rs].
|
||||
- [`db`](../../crates/db): Strongly typed database bindings to LibMDBX containing read/write access to Ethereum state and historical data (transactions, blocks etc.)
|
||||
- [`codecs`](../../crates/storage/codecs): Different storage codecs.
|
||||
- [`libmdbx-rs`](../../crates/storage/libmdbx-rs): Rust bindings for [libmdbx](https://libmdbx.dqdkfa.ru). A fork of an earlier Apache-licensed version of [libmdbx-rs][libmdbx-rs].
|
||||
- [`db`](../../crates/storage/db): Strongly typed database bindings to LibMDBX containing read/write access to Ethereum state and historical data (transactions, blocks etc.)
|
||||
|
||||
### Networking
|
||||
|
||||
|
||||
Reference in New Issue
Block a user