pgwrap icon indicating copy to clipboard operation
pgwrap copied to clipboard

Simple PostgreSQL database wrapper - provides wrapper over psycopg2 supporting a Python API for common sql functions

Results 4 pgwrap issues
Sort by recently updated
recently updated
newest added

Hi paulc, Thank you for this cool wrapper for postgresql DB, can we get this project updated to use psycopg3 ? Thanks Leela

Testing with python 3.6.3 gets following error: AttributeError: module 'pgwrap' has no attribute 'connection' File __init__.py has the first line commented with a important module. Should this be uncommented?

Using password in URL or as parameter (password=) simply doesn't work. pgwrap can't operate with this dash caracter.