Skip to content

AresJef/MysqlEngine

Repository files navigation

Asynchronous MySQL ORM for Python

Created to be used in a project, this package is published to github for ease of management and installation across different modules.

Installation

Install from PyPi

pip install mysqlengine

Install from github

pip install git+https://github.com/AresJef/MysqlEngine.git

Compatibility

Only support for python 3.11 and above.

Acknowledgements

MysqlEngine is based on several open-source repositories.

MysqlEngine makes modification of the following open-source repositories: