Mailing List Archive

Re: [Zope] SQLAlchemy 0.2 released - a generic database adapter for Zope 2
--On 5. Mai 2007 20:58:39 +0200 Tino Wildenhain <tino@wildenhain.de> wrote:

> Andreas Jung schrieb:
>>
>> I am pleased to announce the first public release of
>>
>> SQLAlchemyDA V 0.2.0
>
> Nice, saves me a lot of time :-)
> Btw, what do you think about an idea to (alternatively)
> configure db-connections in zope.conf? Just to
> add security (nobody could read credentials, nobody
> could connect to whatever host/port he wants)

Huh? This is solely an application level problem. You can store your
DSN wherever you want and pass it somehow to the createSAWrapper(..)
method..totally out-of-scope of my implementation.

Andreas
Re: [Zope] SQLAlchemy 0.2 released - a generic database adapter for Zope 2 [ In reply to ]
Tino Wildenhain wrote at 2007-5-5 20:58 +0200:
...
>Btw, what do you think about an idea to (alternatively)
>configure db-connections in zope.conf?

I like local (instance specific) configurations -- that the primary
reason while we have the instances at all.

While local configurations are possible in "zope.conf", it is
somewhat tedious (as can be seen for mount points).



--
Dieter
_______________________________________________
Zope-Announce maillist - Zope-Announce@zope.org
http://mail.zope.org/mailman/listinfo/zope-announce

Zope-Announce for Announcements only - no discussions

(Related lists -
Users: http://mail.zope.org/mailman/listinfo/zope
Developers: http://mail.zope.org/mailman/listinfo/zope-dev )
Re: Re: [Zope] SQLAlchemy 0.2 released - a generic database adapter for Zope 2 [ In reply to ]
Dieter Maurer wrote:
> Tino Wildenhain wrote at 2007-5-5 20:58 +0200:
> ...
>> Btw, what do you think about an idea to (alternatively)
>> configure db-connections in zope.conf?
>
> I like local (instance specific) configurations -- that the primary
> reason while we have the instances at all.
>
> While local configurations are possible in "zope.conf", it is
> somewhat tedious (as can be seen for mount points).

Has anyone noticed the following footer on this list?

_______________________________________________
Zope-Announce maillist - Zope-Announce@zope.org
http://mail.zope.org/mailman/listinfo/zope-announce

Zope-Announce for Announcements only - no discussions

"No discussions" ;)

-Morten
_______________________________________________
Zope-Announce maillist - Zope-Announce@zope.org
http://mail.zope.org/mailman/listinfo/zope-announce

Zope-Announce for Announcements only - no discussions

(Related lists -
Users: http://mail.zope.org/mailman/listinfo/zope
Developers: http://mail.zope.org/mailman/listinfo/zope-dev )