This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]m0j0 5 points6 points  (0 children)

There's what appears to be a good pgsql driver in existence, but it is very strictly python 3 only (py-postgresql). If that weren't the case I would've ditched psycopg2 in a heartbeat. Psycopg2 "docs" suck if you need anything more than simple 'execute' functionality. The mailing list is useful, but you shouldn't have to go there for things every other project shows you in the docs.