PySimpleSQL
PySimpleSQL
The description field (shown inside of comboboxes for example) is stored inside of the Table. It is set once on Table creation via add_table, or Database.auto_add_tables. It presents a problem...
Thanks to Mike @ PySimpleGUI for this cool trick!   
As we get closer to moving to code cleanup, I'd like to start adding some unit tests. I would prefer to use pytest rather than unittest.
Type hinting and doc strings need improved throughout the code
In cases such as: SELECT field+1 as f FROM table; This this case, the dynamic field will not be picked up because it wasn't present during auto mapping
Research playing base64 encoded sounds so it can be embedded