Metadata-Version: 2.4
Name: usss-mysqlhandler
Version: 0.1.0
Summary: MySQL convenience package 
Home-page: https://github.com/pypa/mysqlhandler
Author: Julian Briggs
Author-email: Julian Briggs <julian.briggs@sheffield.ac.uk>
License-Expression: MIT
Project-URL: Homepage, https://github.com/pypa/usss-mysqlhandler
Project-URL: Issues, https://github.com/pypa/usss-mysqlhandler/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Dynamic: license-file

# Simplify using MySQL
## Class and methods to simplify using MySQL

MysqlHandler class is a context manager, use thus:


  
This 
1. opens connection to MySQL
2. Provides methods simplify executing queries (delete, insert, select, update) and getting results.
3. Closes the connection reliably on exit from scope

Simple: insert ... on duplicate key update

https://guides.github.com/features/mastering-markdown/

