The return for select_client has been simplified even more, so that it now returns a dictionary of objects. A file that can be used to test the update_all, new_household, and select_client functions has been added to the repository.
The hang-up at the moment, for the back-end part of the database, is generating CSV files using sqlalchemy. Figuring out how to select the right data from the tables, and get it written to a CSV file has proved tricky so far, but this will hopefully be resolved quickly.
In addition to researching the csv.writer for Python, we are starting research on PostgreSQL, and the built-in Python web server.
No comments:
Post a Comment