Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T20:26:54.000Z (about 2 months ago)
- Last Synced: 2024-12-19T12:06:33.165Z (5 days ago)
- Topics: connection-pool, database, multi-threaded-environments, multi-threading, postgresql, python
- Language: Python
- Size: 1.8 MB
- Stars: 336
- Watchers: 8
- Forks: 52
- 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/