Shane Hathaway on September 5th, 2009

I have just released two versions of RelStorage. Version 1.3.0b1 adds full support for ZODB blobs stored on the filesystem. Version 1.2.0 is currently the better choice if you’re upgrading a production system and don’t need blob support.
People have been asking for blob support for months. I am glad to finally get it [...]

Continue reading about RelStorage 1.3.0b1, Now With Blob Support

 

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

Shane Hathaway on December 21st, 2008

After a lot of testing and performance profiling, on Friday I released RelStorage 1.1.  On Saturday, I was planning to blog about the good news and the bad news, but I was unhappy enough with the bad news that I decided to turn as much of the bad news as I could into good news.  [...]

Continue reading about RelStorage 1.1.1 Coming Soon

Shane Hathaway on February 5th, 2008

I’m writing RelStorage, a new storage implementation for ZODB / Zope / Plone. RelStorage replaces PGStorage. I’ve put up a RelStorage Wiki page and the zodb-dev mailing list has been discussing it. There is no stable release yet, but a stable release is planned for this month.
While performance is not the main [...]

Continue reading about RelStorage: A New ZODB Storage