Skip to content

Commit 460e2f6

Browse files
author
Jim Fulton
committed
comparison of regular relstorage and newt.
1 parent a77f3b0 commit 460e2f6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

shootout.cfg

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
%import relstorage
2+
%import newt.db
3+
4+
<zodb pg>
5+
<relstorage>
6+
keep-history false
7+
<postgresql>
8+
dsn dbname='zodbshootout_pg'
9+
</postgresql>
10+
</relstorage>
11+
</zodb>
12+
13+
<zodb newt>
14+
<relstorage>
15+
keep-history false
16+
<newt>
17+
<postgresql>
18+
dsn dbname='zodbshootout_newt'
19+
</postgresql>
20+
</newt>
21+
</relstorage>
22+
</zodb>

0 commit comments

Comments
 (0)