Is there something like mongodb/couchdb that does the sqlite philiosophy of an in-process database that's just saved out to a file?

I need to convert a python program to store some data in a database and I'd rather not deal with SQL.

@foone berkeley db / gdbm / tokyocabinet / LDBM / etc.

Python's "dbm" module actually has a sqlite backend!