//! PostgreSQL database layer for Varpulis Cloud.
//!
//! Provides typed models, a repository of CRUD operations, and connection pool
//! management for the Varpulis multi-tenant platform.
pub use *;
pub use PgPool;
/// Errors originating from the database layer.