6 May
2007
6 May
'07
6:51 a.m.
--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