Reputation: 25
I'm not really a Python expert nor am I a Postgres expert, but here goes:
I need a good open source Postgres driver for Python. It must be able to work cross platform with little fuss, between Windows, Mac, and Linux. The end goal is to have it deployed to a 64 bit CentOS Linux server.
I need it to be open source, because I will need to modify it a little bit to fit our Postgres-like database. I have already done this in the C-only world with great success and I would like to avoid rolling my own driver from scratch.
Any suggestions?
Thanks you.
Upvotes: 0
Views: 148