Metadata-Version: 1.0
Name: RelStorage
Version: 1.1b2
Summary: A backend for ZODB that stores pickles in a relational database.
Home-page: http://wiki.zope.org/ZODB/RelStorage
Author: Shane Hathaway
Author-email: shane@hathawaymix.org
License: ZPL 2.1
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.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
