Kevin Ar18 schrieb:
I wonder...
Can I use pygresql to basically do the same thing as psycopg?
In particular, I need something that provides PostgreSQL suport for SQLAlchemy
(and web frameworks like django or Pylons which use SQLAlchemy).
Can I use pygresql instead?
PyGreSQL comes in two flavors, classic and dbapi2. The latter does
basically the same thing as psycopg. But SQLAlchemy and the Django ORM
only support psycopg for accessing PostgreSQL databases.
-- Christoph
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql