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
Release history Release notifications | RSS feed
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.1.tar.gz
(6.1 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pggo-0.0.1-py3-none-any.whl
(6.2 MB
view details)
File details
Details for the file pggo-0.0.1.tar.gz.
File metadata
- Download URL: pggo-0.0.1.tar.gz
- Upload date:
- Size: 6.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb20f7b1eb0633a05b903d8dd2528b8887553ac29db308113e9b668af84a98c2
|
|
| MD5 |
481f1ae242a2e5ab444187cce83f133a
|
|
| BLAKE2b-256 |
a0d037e9df929e6b315cd352911fa7dd5f23a90e49e39cb198b19e7492b54a06
|
File details
Details for the file pggo-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pggo-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c634e02888835da685f2d1d729153b1de54ccb91e5c5dc9bdec49be49572eefc
|
|
| MD5 |
4fd230b2e5653e4f3e0c0a36e0d10705
|
|
| BLAKE2b-256 |
8b30a806113e6180319655c2aced70f0cea4ba588c41879effa754cc3c2d1c9a
|