[Zope] Zope and Sqlite3 adapter

Dieter Maurer dieter at handshake.de
Fri Jan 20 13:55:57 EST 2006


David Pratt wrote at 2006-1-20 10:00 -0400:
>Hi can someone advise whether there is an adapter for sqlite3 for zope. 
>  I normally use Postgres but I am curious about this for lightweight 
>use. I realize sqlite3 is not multi-threaded itself but might be fine 
>for small volume sites (if it can be forced to use a single thread for 
>interaction with the db). Does anyone have any experience they can share 
>if they have tried this before. Many thanks.

I think almost all DA for DB API 2 compatible modules have
a common ancestor. They are all very similar.

If there is not yet a DA, it should be easy to copy an existing
DA and make some minor adjustments for "SQLite3".


-- 
Dieter


More information about the Zope mailing list