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
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to