iridium-db 0.2.0

A high-performance vector-graph hybrid storage and indexing engine
1
2
3
4
5
6
pub mod api;

pub use api::{
    embedded_driver, embedded_driver_with_store, DriverConfig, DriverError, GrpcContract,
    MutationOptions, RetryClass, RowCursor, RustDriver,
};