//! # Agrum
//!
//! Agrum is a database access layers designed to let developpers:
//! 1. to write the SQL they want so they can directly populate their aggregates from the database
//! 2. to focus on the business value of the queries
//! 3. to test the queries they write
//!
//! This library is still in early development stage, means it is **not production
//! ready**. If you are looking for a mature solution, have a look at
//! [Elephantry](https://elephantry.github.io/)
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
type Result<T> = Result;