• Build SQL Database Utilities
    Fechado 5 anos atrás 0 aberto 1 fechado

    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)