• Build SQL Database Utilities
    Затворен преди 4 години 0 отворени 1 затворени

    We need:

    • locate_player(first, last) return uid from db.
    • load_player(uid) return player structure from db.
    • update_player(player structure) updates db. (aka our save)
    • new_player(player structure) inserts into db. (aka create_player)