pgwrap
pgwrap copied to clipboard
Simple PostgreSQL database wrapper - provides wrapper over psycopg2 supporting a Python API for common sql functions
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?
Removing commented line
Using password in URL or as parameter (password=) simply doesn't work. pgwrap can't operate with this dash caracter.