//! Top-level `Db<V>` façade. Owns the Pager, header state, writer slot, and
//! reader registration table, split by concern across sibling submodules.
// Serves the native-only incremental-snapshot apply path: its sole caller is
// `snapshot` (wasm-gated below) and it imports `SnapshotManifest` from the
// wasm-gated `crate::snapshot::export`. Gate it the same way so the wasm build
// does not pull an import that is configured out.
pub
pub use Db;
pub use ;