sqlite
Submitted by Tim Daniel on Wed, 2006-02-08 10:50.
APSW provides an SQLite 3 wrapper that provides the thinnest layer over SQLite 3 possible. Everything you can do from the C API to SQLite 3, you can do from Python. Although APSW looks vaguely similar to the DBAPI, it is not compliant with that API and instead works the way SQLite 3 does.
SQLite ist eine Datenbanksystem das in eine Datei passt und für das man keinen extra Server betreiben muss, wie es zum Beispiel bei MySQL der Fall ist, dies ist vorallem für kleinere Projekte sehr hilfreich.
