use sqlx::{postgres::Postgres, Pool}; pub struct AppState { pub pool: Pool, }