Hi Dieter. Many thanks. :-) I was hoping there might be something but if I cannot locate anything existing, I will likely go this route if I can find a bit more time. Regards, David Dieter Maurer wrote:
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".