Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aresjef/mysqlengine
Asynchronous MySQL ORM for Python
https://github.com/aresjef/mysqlengine
asynchronous mysql orm python
Last synced: 4 days ago
JSON representation
Asynchronous MySQL ORM for Python
- Host: GitHub
- URL: https://github.com/aresjef/mysqlengine
- Owner: AresJef
- License: other
- Created: 2023-10-28T07:05:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T15:12:05.000Z (12 months ago)
- Last Synced: 2024-10-06T23:47:15.569Z (about 1 month ago)
- Topics: asynchronous, mysql, orm, python
- Language: Python
- Homepage:
- Size: 707 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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`
``` bash
pip install mysqlengine
```Install from `github`
``` bash
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.
- [cryptography](https://github.com/pyca/cryptography)
- [cytimes](https://github.com/AresJef/cyTimes)
- [numpy](https://github.com/numpy/numpy)
- [pandas](https://github.com/pandas-dev/pandas)MysqlEngine makes modification of the following open-source repositories:
- [aiomysql](https://github.com/aio-libs/aiomysql)
- [PyMySQL](https://github.com/PyMySQL/PyMySQL)