mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(bin, storage): db versioning (#3130)
This commit is contained in:
@ -68,6 +68,7 @@ pub mod abstraction;
|
||||
mod implementation;
|
||||
pub mod tables;
|
||||
mod utils;
|
||||
pub mod version;
|
||||
|
||||
#[cfg(feature = "mdbx")]
|
||||
/// Bindings for [MDBX](https://libmdbx.dqdkfa.ru/).
|
||||
@ -79,3 +80,4 @@ pub mod mdbx {
|
||||
pub use abstraction::*;
|
||||
pub use reth_interfaces::db::DatabaseError;
|
||||
pub use tables::*;
|
||||
pub use utils::is_database_empty;
|
||||
|
||||
Reference in New Issue
Block a user