Re: [Zope] Zope and Sqlite3 adapter

2006-01-21 Thread David Pratt
Wow. Thanks Bakhtiar! I did some searching but was unable to locate it 
so many thanks for this link. Now I can experiment. It sounds like an 
odd combination with zope but I am curious mostly.  I just wanted to see 
how it would cope for something small.


Regards,
David

Bakhtiar A Hamid wrote:



On 1/21/06, *David Pratt* <[EMAIL PROTECTED] 
> wrote:


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.



isn't this it?
http://www.google.com.my/search?hs=OJf&hl=en&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=sqlite3+zope&btnG=Search&meta= 

 


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".
 >
 >
___
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 )




--
http://myzope.kedai.com.my  - my-zope org

___
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 )


Re: [Zope] Zope and Sqlite3 adapter

2006-01-21 Thread Bakhtiar A Hamid
On 1/21/06, David Pratt <[EMAIL PROTECTED]> wrote:
Hi Dieter. Many thanks. :-) I was hoping there might be something but ifI cannot locate anything existing, I will likely go this route if I canfind a bit more time.

isn't this it?
http://www.google.com.my/search?hs=OJf&hl=en&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=sqlite3+zope&btnG=Search&meta=

 
Regards,DavidDieter 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".>>___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 )-- http://myzope.kedai.com.my
 - my-zope org
___
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 )


Re: [Zope] Zope and Sqlite3 adapter

2006-01-21 Thread Infor Gates
I don't use sqlite. I hope this linki  http://www.initd.org/ would be useful to you.CYDavid Pratt <[EMAIL PROTECTED]> wrote: 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,DavidDieter 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".> > ___Zope maillist  -  Zope@zope.orghttp://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 )
		  
What are the most popular cars?  Find out at Yahoo! Autos
___
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 )


Re: [Zope] Zope and Sqlite3 adapter

2006-01-20 Thread David Pratt
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".



___
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 )


Re: [Zope] Zope and Sqlite3 adapter

2006-01-20 Thread Dieter Maurer
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 )


[Zope] Zope and Sqlite3 adapter

2006-01-20 Thread David Pratt
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.


Regards
David
___
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 )