Skip to main content

PostgreSQL communication manager

Project description

pgcom

Build Status pypi Documentation Status License: MIT

Communication manager for PostgreSQL database, provides a collection of wrappers over Psycopg adapter to simplify the usage of basic SQL operators.

Installation

To install the package, simply use pip:

$ pip install pgcom

You can also install the development version of pgcom from master branch of Git repository:

$ pip install git+https://github.com/viktorsapozhok/pgcom.git

Key features

  • Execution of the database operations, reading query into a DataFrame, inserting records from DataFrame to the table
  • Using COPY FROM for efficient writing data to the table
  • Methods to resolve primary and foreign key conflicts before writing to the table
  • Tools for setting asynchronous communication with database using PostgreSQL LISTEN and NOTIFY commands

Read the documentation for more.

License

MIT License (see LICENSE).

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

pgcom-0.1.6.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

pgcom-0.1.6-py3-none-any.whl (11.5 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