<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>RelStorage</name>
<shortdesc>A backend for ZODB that stores pickles in a relational database.</shortdesc>
<description>This is designed to be a drop-in replacement for the standard ZODB
combination of FileStorage and ZEO.  Multiple ZODB clients can
share the same database without any additional configuration.
Supports undo, historical database views, packing, and lossless
migration between FileStorage and RelStorage instances.

The supported relational databases are PostgreSQL 8.1 and above
(using the psycopg2 Python module), MySQL 5.0 and above (using the
MySQLdb 1.2.2 Python module), and Oracle 10g (using cx_Oracle 4.3).

A small patch to ZODB is required.  See the patch files distributed
with RelStorage.</description>
<homepage rdf:resource="http://wiki.zope.org/ZODB/RelStorage" />
<maintainer><foaf:Person><foaf:name>Shane Hathaway</foaf:name>
<foaf:mbox_sha1sum>fb7c2196e1cb6bec9a7f148a19fcdcaf7318446e</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.1c1</revision></Version></release>
</Project></rdf:RDF>