• Build SQL Database Utilities
    닫힘 5 년 전 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)