imbibe-querier 0.0.1

provides Querier that holds a database connection pool, and provides methods to perform various read operations on the database for imbibe
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "server")]
pub mod server;

#[cfg(feature = "tarpc")]
pub mod tarpc;

mod error;

pub use self::error::QuerierError;