pure Python DB

Bob Gailer bgailer at alum.rpi.edu
Mon Aug 25 19:04:00 EDT 2003


At 11:08 PM 8/25/2003 +0200, Patrick Useldinger wrote:

>Hello,
>for a cross-platform project, I am looking for a Python DB. It should be 
>lightweight, but provide transactions an of course reliable.
>Is there such a thing out there?

How cross? There's SQLite (Windows, Linux) written in C and connected via 
pysqlite. SQLite is an embedded SQL Database Engine. Very powerful, fast, 
easy. www.sqlite.org, pysqlite.sourceforge.net

Bob Gailer
bgailer at alum.rpi.edu
303 442 2625

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20030825/c0615231/attachment.html>
-------------- next part --------------

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.506 / Virus Database: 303 - Release Date: 8/1/2003


More information about the Python-list mailing list