//! Database template collection
//!
//! This module provides templates for various database systems:
//! - PostgreSQL with extensions and replication support
//! - MySQL with various storage engines
//! - MongoDB with replica sets and sharding
pub use ;
pub use ;
pub use ;