registry: configure postgres pool explicitly

This commit is contained in:
a.tolmachev
2026-04-12 11:42:48 +03:00
parent 7a9248a0f3
commit 825d3cb138
7 changed files with 280 additions and 11 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ pub use model::{
WorkspaceMembershipRecord, WorkspaceRecord, YamlImportJob, YamlImportJobCompletion,
YamlImportJobId, YamlImportJobStatus,
};
pub use postgres::PostgresRegistry;
pub use postgres::{PostgresPoolConfig, PostgresPoolConfigError, PostgresRegistry};