Skip to main content

PostgreSQL communication manager

Project description

pgcom

Build Status pypi Documentation Status License: MIT Code style: black

Communication manager for PostgreSQL database, provides a collection of convenience wrappers over Psycopg adapter to simplify the usage of basic Psycopg methods in conjunction with Pandas DataFrames.

Installation

To install the package, simply use pip:

$ pip install pgcom

Key features

  • Reading from database table to Pandas DataFrame.
  • Writing from DataFrame to a table.
  • Adaptation between DataFrames and COPY FROM.
  • Methods to resolve conflicts in DataFrame before applying COPY FROM.
  • Tools for setting asynchronous communication with database using 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.2.9.tar.gz (13.4 kB view hashes)

Uploaded Source

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