Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelgss/pymysql_wrapper
A wrapper for connection database from pymysql
https://github.com/rafaelgss/pymysql_wrapper
Last synced: 12 days ago
JSON representation
A wrapper for connection database from pymysql
- Host: GitHub
- URL: https://github.com/rafaelgss/pymysql_wrapper
- Owner: RafaelGSS
- License: mit
- Created: 2018-08-16T12:31:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T00:32:03.000Z (about 6 years ago)
- Last Synced: 2024-10-19T09:32:33.748Z (about 1 month ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pymysql.wrapper
An wrapper for connection pool database from pymysql
To use pool of connection just inherit Connection class.
To use only a single connection inherit Session class