On Mon, Jul 7, 2008 at 3:47 PM, Jürgen Kartnaller
<[EMAIL PROTECTED]> wrote:
> Using Storm with Zope 3 is absolutely easy :
>
> Include this in your zcml configuration :
>
> <include package="storm.zope" file="meta.zcml"/>
> <include package="storm.zope"/>
> <store name="" uri="postgres://localhost:14339/az"/>
>
> In your code :
>
> store = component.getUtility(IZStorm).get('')Note that it is probably better to give a real name to your store(s), since it will make it easier to extend your application if you end up needing multiple stores. Using an empty store name makes it look like you're doing something special. James. -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
