You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic sqlite3 wrapper class for simple database interaction in python. Created to teach myself about dynamic databases, SQL and publishing python packages.
Tested with python 3.6-3.10
About
Basic sqlite3 wrapper class for simple database interaction in python