pub mod error; pub mod operations; pub use error::DatabaseError; pub use operations::Database;