Re-exports
pub use crate::error::DatabaseError;
pub use crate::rw_pool::write_tx;
Modules
Macros
Functions
Function which returns a Result<T, E> where T is a new connection session or E is a connection
error.
Function which returns a Result<T, E> where T is a new connection session or E is a connection
error. It takes in a logger instance.