solomondb 0.0.1-beta.2

An embedded and distributed Gremlin-compatible graph database.
Documentation
/// Model
mod adapter;
pub mod ixs;
mod result;
mod tx;

pub use adapter::*;
pub use ixs::*;
pub use result::*;
pub use tx::*;