PySimpleSQL

Results 6 issues of 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! ![image](https://user-images.githubusercontent.com/70232210/91227678-e8c73700-e6f4-11ea-83ee-4712e687bfb4.png) ![image](https://user-images.githubusercontent.com/70232210/91287363-a71ea680-e75d-11ea-8b2f-d240c1ec2acf.png) ![image](https://user-images.githubusercontent.com/70232210/91288080-8e62c080-e75e-11ea-8438-86035d4d6609.png)

documentation

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