Hussein B <[EMAIL PROTECTED]> writes:

> Which Adapter to use with PostgreSQL:
> PyPgSQL, psycopg or PyGreSQL?

I have found the best overall interface for working with an RDBMS in
Python is SQLAlchemy <URL:http://www.sqlalchemy.org/>.

To use SQLAlchemy with PostgreSQL requires psycopg2. So that's what I
use. I've never had to interface directly with it; I use SQLAlchemy
which is both more abstract *and* more expressive.

-- 
 \         “We demand rigidly defined areas of doubt and uncertainty!” |
  `\    —Vroomfondel, _The Hitch-Hiker's Guide To The Galaxy_, Douglas |
_o__)                                                            Adams |
Ben Finney
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to