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