Re: Python Database Apps
- From: Tom Brown <brown@xxxxxxxxxx>
- Date: Tue, 11 Sep 2007 13:07:00 -0700
On Monday 10 September 2007 19:52, darien.watkins@xxxxxxxxx wrote:
Kindof a poll, kindof curiosity...
What is your favorite python - database combination? I'm looking to
make an app that has a local DB and a server side DB. I'm looking at
python and sqlite local side and sql server side.
Any suggestions????
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.
-Tom
.
- Follow-Ups:
- Re: Python Database Apps
- From: Jonathan Gardner
- Re: Python Database Apps
- From: Harry George
- Re: Python Database Apps
- References:
- Python Database Apps
- From: darien.watkins@xxxxxxxxx
- Python Database Apps
- Prev by Date: Re: Best way to do attribute docstrings?
- Next by Date: Re: Python Database Apps
- Previous by thread: Re: Python Database Apps
- Next by thread: Re: Python Database Apps
- Index(es):
Relevant Pages
|