GitHub / BhaskarPanja93 / pooledMySQL
This Python package provides a robust solution for managing MySQL connections in multi-threaded applications. It implements an auto-scaling connection pool that grows and shrinks based on demand, ensuring efficient resource use and eliminating the hassle of manually creating and deleting connections.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BhaskarPanja93%2FpooledMySQL
PURL: pkg:github/BhaskarPanja93/pooledMySQL
Stars: 2
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 30.3 KB
Dependencies parsed at: Pending
Created at: over 1 year ago
Updated at: 7 months ago
Pushed at: 8 months ago
Last synced at: 7 days ago
Topics: auto-scaling, connection-pool, database, keep-alive, management, mysql, scaling