arikedb 0.0.3

Welcome to the ArikeDB Rust library! This library provides an interface to interact with the Arike Database, an advanced real-time database solution. This documentation will guide you through the process of setting up and using the library effectively.
Documentation
1
2
3
fn main() {
    tonic_build::compile_protos("proto/arikedbpbuff.proto").unwrap();
}