1pub use r2d2::Pool; 2pub mod connection; 3pub mod manager; 4 5pub use connection::Connection; 6pub use manager::BronzeConnManager;