Expand description
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
Re-exports§
pub use postgres::PostgresConnectionString;
pub use postgres::PostgresTemplate;
pub use mysql::MysqlConnectionString;
pub use mysql::MysqlTemplate;
pub use mongodb::MongodbConnectionString;
pub use mongodb::MongodbTemplate;