Database connections for multi-threaded environments
-
Updated
Nov 8, 2024 - Python
Database connections for multi-threaded environments
A simple but robust connection pool (with multiplexing) base on PyMySQL, mainly used for multi threads mode, which also compatible with single thread mode.
PyMySQL-based database connection pool.
Thread-safe connection pool
python generic connection pool
MySQL Connection Pooling with Django and SQLAlchemy
pymysql connection & pool manager
ITLubber、酱的WEB应用初始化框架,集成tornado、celery、apscheduler、pymysql等框架,简单实用
This repository contains a Python script that downloads images from a Telegram group and updates a Notion database with the images.
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.
Poolify is a database connection pooling library in Python. Supports pluggable connector/loadbalancer, powerful pool configurations and easy-to-use Django/peewee/SQLAlchemy adapters.
Learning PostgreSQL connection pooling while implementing. Just the core functionality implementation.
A connection pool for SQLAlchemy using Oracle's Database Resident Connection Pool (DRCP)
MySQL database dynamic connection pool for "mysqlclient" connector.
Connect Python Application on Cloud Run to Cloud SQL database using Language Connector
Add a description, image, and links to the connection-pool topic page so that developers can more easily learn about it.
To associate your repository with the connection-pool topic, visit your repo's landing page and select "manage topics."