- create PREPARE statements for commands we want to run.
- create a file that adds a bunch of data into the database for testing our scripts on.
- write python scripts that execute PREPARE statements. NOTE: we will need a lot of these so we can divide up the work here, and no single person will do this whole step by themselves.
- create a server that listens for CRUD commands, queries, ext.
- create a client that tells server to do CRUD commands, queries, ext.
FINISHED: wrote a script that creates the tables for our database.
IN PROGRESS: working on the server and client.
FINISHED:
IN PROGRESS:
FINISHED:
IN PROGRESS:
FINISHED:
IN PROGRESS:
FINISHED:
IN PROGRESS:
