https://github.com/webwareforpython/dbutils
Database connections for multi-threaded environments
https://github.com/webwareforpython/dbutils
connection-pool database multi-threaded-environments multi-threading postgresql python
Last synced: 4 days ago
JSON representation
Database connections for multi-threaded environments
- Host: GitHub
- URL: https://github.com/webwareforpython/dbutils
- Owner: WebwareForPython
- License: mit
- Created: 2017-02-01T14:27:27.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T20:26:54.000Z (6 months ago)
- Last Synced: 2025-05-13T19:06:23.596Z (5 days ago)
- Topics: connection-pool, database, multi-threaded-environments, multi-threading, postgresql, python
- Language: Python
- Size: 1.8 MB
- Stars: 348
- Watchers: 7
- Forks: 54
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DBUtils
=======DBUtils is a suite of tools providing solid, persistent and pooled connections
to a database that can be used in all kinds of multi-threaded environments.The suite supports DB-API 2 compliant database interfaces
and the classic PyGreSQL interface.The current version 3.1.0 of DBUtils supports Python versions 3.7 to 3.12.
**Please have a look at the [changelog](https://webwareforpython.github.io/DBUtils/changelog.html), because there were some breaking changes in version 2.0.**
The DBUtils home page can be found at https://webwareforpython.github.io/DBUtils/