Shane Hathaway on December 27th, 2008

For those just tuning in: RelStorage is an adapter for ZODB (the database behind Zope) that stores data in a relational database such as MySQL, PostgreSQL, or Oracle.  It has advantages over FileStorage and ZEO, the default storage methods.  Read more in the ZODB wiki.
Download this release from PyPI.  As I mentioned in another post, [...]

Continue reading about RelStorage 1.1.1 Released