Top "Pg8000" questions

pg8000 is one of many Pure-Python PostgreSQL interfaces for the Python programming language.

AttributeError: 'UUID' object has no attribute 'replace' when using backend-agnostic GUID type

I want to have a primary key id with type uuid in a Postgresql database using SQLAlchemy 1.1.5, connecting to the …

python postgresql sqlalchemy uuid pg8000
How do I connect to Postgresql using SSL from SqlAchemy+pg8000?

Connecting to postgres via pg8000 from SqlAlchemy worked fine until I enabled SSL on postgres. db = create_engine('postgresql+pg8000://…

python sqlalchemy pg8000
Passing param to DB .execute for WHERE IN... INT list

With Python's DB API spec you can pass an argument of parameters to the execute() method. Part of my statement …

python postgresql pg8000
pg8000 postgres connection issues from python

I'm having trouble connecting to a db on a new system. The version of Python is the same. Here is …

python sql postgresql pg8000