pysimplesql
pysimplesql copied to clipboard
SQLite3 binding for PySimpleGUI
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.
How can I adapt the many_to_many.py example to only show the favorite color of one person? For instance just Sally's favorite coors
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
` This line in pysimplesql/\_\_init__.py: __version__ = "develop" Should be: __version__ = "2.3.0" `