const DELETE_TIC_TAC_TOE_GAME_SQL: &str = "DELETE FROM tic_tac_toe_games \nWHERE id = ?;";