On Sep 11, 1:07 pm, Tom Brown <[EMAIL PROTECTED]> wrote:
>
> I have had a lot of good luck with PostgreSQL. It is easy to install and use.
> It is also very stable. It maybe overkill for a client side database. The
> psycopg package makes interfacing to PostgreSQL very easy and there is a
> package for Linux and Windows to make cross-platform development a breeze.
>

SQLAlchemy works wonderfully with PostgreSQL. I absolutely love it.

For client-side apps, managing a PostgreSQL installation might be
asking too much. But for a web site or web service, I absolutely
recommend it.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to