Skip to main content

A package for postgres database utilities

Project description

Postgres Database Utils

Downloads

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

postgres-database-utils-1.1.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

postgres_database_utils-1.1.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page