pub async fn handle_stmt(
    db: &DB,
    stmt: Statement
) -> Result<(StatusCode, String), AppError>