About
About EasyMySQL
EasyMySQL is a Python library designed to make MySQL database management as simple as possible. The idea originated years ago as a PHP utility class — a small helper to avoid writing the same boilerplate queries over and over. When I started working more seriously with Python, I decided to port the concept, clean it up, and publish it as a proper package on PyPI.
The goal has always been the same: let you focus on your application logic instead of wrestling with connection handling, cursor management, and query string formatting. With EasyMySQL you can insert, update, select, and delete records with a single method call and a plain Python dictionary.
About the Author
Hi, I'm Alvaro De Leon, a software developer with a passion for building practical tools that solve real problems. I enjoy working across the stack — from backend APIs and databases to frontend interfaces.
EasyMySQL is one of my open-source projects. I maintain it in my spare time and welcome contributions, bug reports, and feature suggestions from the community.
Contributing
EasyMySQL is open source and hosted on GitHub. If you find a bug, have a feature request, or want to contribute code, head over to the repository and open an issue or pull request. All contributions are welcome.