Factor out ioc finder

This commit is contained in:
Dominik Werder
2023-08-29 09:40:45 +02:00
parent 017066d73a
commit cf0e271219
3 changed files with 193 additions and 160 deletions

View File

@@ -6,3 +6,5 @@ pub mod pool;
pub mod schema;
pub mod seriesbychannel;
pub mod seriesid;
pub use tokio_postgres as postgres;