Simple Database Package

Brian Kelley bkelley at wi.mit.edu
Wed Jan 28 15:13:16 EST 2004


Fuzzyman wrote:

> I'm looking to build a simple database application for use on the
> desktop (customer contact and feedback database).
> 
> Anyone able to reccomend a simple module / package I can use...  ?

You might think about SQLObject.  http://sqlobject.org/  It is basically 
an easy to program front end for various databases.

It can use SQLite and a whole bunch of other databases.  They even 
include the start for a contact database.  I have found it pretty easy 
to use.  Of course, you will also need a database backend like sqlite.

Brian




More information about the Python-list mailing list