use sqlx::{Pool, Postgres}; pub type StoragePool = Pool; use deadpool_redis::Pool as DeadPool; pub type CachePool = DeadPool;