You've already forked AstralRinth
forked from didirus/AstralRinth
Support alternative read-replica PgPool (#4374)
* Add ReadOnlyPgPool * Clippy, fmt
This commit is contained in:
committed by
GitHub
parent
67e090565e
commit
3fc55184a7
@@ -4,6 +4,6 @@ pub mod redis;
|
||||
pub use models::DBImage;
|
||||
pub use models::DBProject;
|
||||
pub use models::DBVersion;
|
||||
pub use postgres_database::check_for_migrations;
|
||||
pub use postgres_database::connect;
|
||||
pub use postgres_database::register_and_set_metrics;
|
||||
pub use postgres_database::{
|
||||
ReadOnlyPgPool, check_for_migrations, connect_all, register_and_set_metrics,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user