//! Database entity + pool type re-exports.
//!
//! The actual `DbPools` instance is owned by [`LocalBackend`](crate::backend::LocalBackend)
//! per D6.7. This module just re-exports the entity types and pool aliases so
//! the rest of the crate has one place to import them from.
// Configuration decoding is pure JSON and is also used by backend-neutral
// handles. Only catalog access and writes require the local backend feature.
pub
pub
pub
pub
pub use entity;
pub use DbPools;
pub use ;