Oracle

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 [...]

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