Python Database Apps

Jonathan Gardner jgardner.jonathangardner.net at gmail.com
Tue Sep 11 16:39:28 EDT 2007


On Sep 11, 1:07 pm, Tom Brown <br... at esteem.com> 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.




More information about the Python-list mailing list