1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:sqlos="http://namespaces.sqlobject.org/sqlos"
xmlns:rdb="http://namespaces.zope.org/rdb">
<!-- Note that the launchpad_ftest is created from the
launchpad_ftest_template database by the test harnesses
-->
<rdb:provideConnection
name="launchpad"
component="psycopgda.adapter.PsycopgAdapter"
dsn="dbi://launchpad_ftest" />
<sqlos:connectionName name="launchpad" />
<include file="sql.zcml" package="canonical.lp" />
</configure>
|