Simple Database Package
Brian Kelley
bkelley at wi.mit.edu
Wed Jan 28 15:13:16 EST 2004
More information about the Python-list mailing list
Wed Jan 28 15:13:16 EST 2004
- Previous message (by thread): Simple Database Package
- Next message (by thread): Simple Database Package
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Simple Database Package
- Next message (by thread): Simple Database Package
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list