indradb-lib 0.22.0

A graph database library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod bulk_insert;
mod edges;
mod properties;
mod queries;
mod types;
mod vertices;

pub use self::bulk_insert::BulkInsertItem;
pub use self::edges::{Edge, EdgeKey};
pub use self::properties::{EdgeProperties, EdgeProperty, NamedProperty, VertexProperties, VertexProperty};
pub use self::queries::*;
pub use self::types::Type;
pub use self::vertices::Vertex;