Skip to content

MySQL Handler: class to manage connection, methods to simplify select and insert, especially insert ... on duplicate key update

License

Notifications You must be signed in to change notification settings

SheffieldSolar/mysqlhandler

Repository files navigation

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/

About

MySQL Handler: class to manage connection, methods to simplify select and insert, especially insert ... on duplicate key update

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages