const UPDATE_TIC_TAC_TOE_GAME_SQL: &str = "UPDATE tic_tac_toe_games \nSET board = ? \nWHERE id = ?;";