[Tutor] Python DB

Kent Johnson kent37 at tds.net
Thu Sep 22 12:00:49 CEST 2005


Matt Williams wrote:
> Dear List,
> 
> I've been looking for a simple python based DB for a fairly simple app.
> Only a single user, single access needed, but with a dynamic structure
> (which needs to be extensible very easily).
> 
> Having googled and read some stuff, I seem to come down to a choice
> between KirbyBase (very nice and simple, and has the advantages of text-
> based files) or ZODB. I have a bit of an allergy to SQL, even if
> mediated via SQLObject (which looks very nice)

You should look at pysqlite, it's fairly lightweight.
http://initd.org/tracker/pysqlite

Kent



More information about the Tutor mailing list