[Tutor] python, wxpython and postgresql

Chris Fuller cfuller084 at thinkingplanet.net
Mon Mar 17 22:49:54 CET 2008


Unless you have a specific reason for choosing postgresql (an excellent 
database, just not the easiest), such as having an existing 
installation, desiring networked access, or nice features such as type 
safety, you might want to consider SQLite instead. Also, if you stick to 
the DB-API spec, you will have a fairly easy time of switching databases 
later, should you wish to.

http://www.python.org/peps/pep-0249.html

Cheers



More information about the Tutor mailing list