pg8000 icon indicating copy to clipboard operation
pg8000 copied to clipboard

A Pure-Python PostgreSQL Driver

Results 3 pg8000 issues
Sort by recently updated
recently updated
newest added

Python standard library function ssl.wrap_socket() is deprecated because it doesn't handle server host names. Since pg8000 uses that function, it can't properly secure connections to Postgres. In contrast, psycopg2 exposes...

http://pythonhosted.org/pg8000/ — listed in the description line is not accessible I was interested in taking a look in the case there was some useful documentation / resources there P.S. Thank...