locate_player(first, last) returns uid for real name.
load_player(uid) returns player structure.
update_player(player structure) that updates database with new info.
create_player(player structure) that inserts into database with new info.
We have made:
* locate_player(first, last) returns uid for real name.
* load_player(uid) returns player structure.
* update_player(player structure) that updates database with new info.
* create_player(player structure) that inserts into database with new info.
We have made: