Skip to main content

Crate merutable

Crate merutable 

Source

Re-exports§

pub use db::MeruDB;
pub use error::Error;
pub use options::MirrorConfig;
pub use options::OpenOptions;
pub use crate::types::schema;
pub use crate::types::value;
pub use crate::engine::CacheStats;
pub use crate::engine::EngineStats;
pub use crate::engine::FileStats;
pub use crate::engine::LevelStats;
pub use crate::engine::MemtableStats;

Modules§

db
MeruDB: the public embedding API.
engine
error
iceberg
iterator
memtable
mirror
Issue #31 Phase 2b: mirror worker with commit-order-preserving uploads.
options
OpenOptions: the stable tuning surface for MeruDB::open.
parquet
sql
Issue #29 (0.1-preview blocker): SQL surface for merutable.
store
types
wal