A package for postgres database utilities
Project description
Postgres Database Utils
A python package for postgres database utilities.
Table of Contents
Installation
Install the package using pip:
pip install database-utils
Usage
Create a database connection:
from postgres_database_utils import create_connection, PostgresCredentials
credentials = PostgresCredentials(host='localhost', database='postgres', user='postgres', password='postgres', port=5432)
connection = create_connection(credentials)
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file postgres-database-utils-1.1.0.tar.gz.
File metadata
- Download URL: postgres-database-utils-1.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c47e2b3715f31facfb619741af3c4fcca09f96b4459038aa82978878fe6fefc
|
|
| MD5 |
52066a0cd13ef9d912d4c7513de8a65e
|
|
| BLAKE2b-256 |
091deb157b3c40f9cc1644bbbf9e509af2b656af9f70423d4dc8fb2fd858c33b
|
File details
Details for the file postgres_database_utils-1.1.0-py3-none-any.whl.
File metadata
- Download URL: postgres_database_utils-1.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bb93a9237540fbab45bb33dcb1d91545daea70ec3efed1bf602041494776b49
|
|
| MD5 |
7c9e82c3043fa5d63aac714547d94070
|
|
| BLAKE2b-256 |
027fec9c771b287791d753fade3ca05421bf5d525b50f6893a8968faafdacf7f
|