Skip to main content

A Harlequin adapter for Postgres.

Project description

harlequin-postgres

This repo provides the Harlequin adapter for Postgres.

Installation

harlequin-postgres depends on harlequin, so installing this package will also install Harlequin.

Using pip

To install this adapter into an activated virtual environment:

pip install harlequin-postgres

Using poetry

poetry add harlequin-postgres

Using pipx

If you do not already have Harlequin installed:

pip install harlequin-postgres

If you would like to add the Postgres adapter to an existing Harlequin installation:

pipx inject harlequin harlequin-postgres

As an Extra

Alternatively, you can install Harlequin with the postgres extra:

pip install harlequin[postgres]
poetry add harlequin[postgres]
pipx install harlequin[postgres]

Usage and Configuration

You can open Harlequin with the Postgres adapter by selecting it with the -a option and passing a Posgres DSN:

harlequin -a postgres "postgres://my-user:my-pass@localhost:5432/my-database"

You can also pass all or parts of the connection string as separate options. The following is equivalent to the above DSN:

harlequin -a postgres -h localhost -p 5432 -U my-user --password my-pass -d my-database

Many more options are available; to see the full list, run:

harlequin --help

Manual Transactions

To use Manual transaction mode, click on the label in the Run Query Bar to toggle the transaction mode from Auto to Manual.

Further Documentation

For more information, see the Harlequin Docs.

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

harlequin_postgres-0.3.0.tar.gz (13.8 kB view details)

Uploaded Source

Built Distribution

harlequin_postgres-0.3.0-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

Details for the file harlequin_postgres-0.3.0.tar.gz.

File metadata

  • Download URL: harlequin_postgres-0.3.0.tar.gz
  • Upload date:
  • Size: 13.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.14 Linux/6.5.0-1023-azure

File hashes

Hashes for harlequin_postgres-0.3.0.tar.gz
Algorithm Hash digest
SHA256 cc1b5582a05459a56339d7165c05f32466afb50f4eef18074331b0d0c38e9c15
MD5 19839c91efc7492f9f3aaefd33137c00
BLAKE2b-256 0a2f00b2631ab1ceb1f1eae61dd75308a75d3ed1a09587e987fd94ee1617d746

See more details on using hashes here.

File details

Details for the file harlequin_postgres-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: harlequin_postgres-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 14.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.14 Linux/6.5.0-1023-azure

File hashes

Hashes for harlequin_postgres-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 99e5221315cdb70ba7b37f2b5a90e2f4e7b4438ed6e47210d10d022070009655
MD5 5ca1b35a0f38e68d59d84df09fab3db9
BLAKE2b-256 42c041ae192934cd2b9af135410384a54ba786a5af51ff4a52d1a289a1a039b4

See more details on using hashes here.

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