Skip to main content

A PostgreSQL driver written in Golang for Python

Project description

pggo

Author: Lucas Lima Fernandes

Driver PostgreSQL implementado em Go (pgx) exposto para Python via lib C compartilhada, empacotado como wheel.

Instalação

pip install pggo

Teste

from pggo import connect
c = connect("postgres://user:pass@host:5432/db?sslmode=disable")
cur = c.cursor()
cur.execute("select 1 as x")
print(cur.fetchall())  # [{'x': 1}]
c.close()

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

pggo-0.0.1b0.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pggo-0.0.1b0-py3-none-any.whl (6.2 MB view details)

Uploaded Python 3

File details

Details for the file pggo-0.0.1b0.tar.gz.

File metadata

  • Download URL: pggo-0.0.1b0.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pggo-0.0.1b0.tar.gz
Algorithm Hash digest
SHA256 7fc18d0012341b5287f7013ef433c9932a757c732bf1ef08768fc74a7b6acf32
MD5 e06c6db76c5790ee05c91d2add549c6d
BLAKE2b-256 a6e6ec2fa05392ec4c1b1fafbf743aa4ed734d354b3af3e8e5640edecbae05e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pggo-0.0.1b0.tar.gz:

Publisher: publish.yaml on lucaslimafernandes/pggo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pggo-0.0.1b0-py3-none-any.whl.

File metadata

  • Download URL: pggo-0.0.1b0-py3-none-any.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pggo-0.0.1b0-py3-none-any.whl
Algorithm Hash digest
SHA256 c61b62873b77fcaeed3fb87fab01a6914a13ce84a7d3b1c7ebf0229c06dc7524
MD5 70358e7705dfc72ef6af7e4db7619a17
BLAKE2b-256 c31ab4631220c10405ffdfa1b1362a3544ca9a18a5d1eb46715968f99b89d545

See more details on using hashes here.

Provenance

The following attestation bundles were made for pggo-0.0.1b0-py3-none-any.whl:

Publisher: publish.yaml on lucaslimafernandes/pggo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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