Version notes. [skip ci]

This commit is contained in:
Jason Madden 2017-01-27 11:11:53 -06:00
parent d85c754025
commit 21887ef5f0
No known key found for this signature in database
GPG Key ID: 349F84431A08B99E
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,8 @@
RelStorage is a storage implementation for ZODB that stores pickles in RelStorage is a storage implementation for ZODB that stores pickles in
a relational database. PostgreSQL 9.0 and above, MySQL 5.0.32+ / a relational database. PostgreSQL 9.0 and above (performance is best
5.1.34+, and Oracle 10g and 11g are currently supported. RelStorage with 9.5 and above), MySQL 5.0.32+ / 5.1.34+, and Oracle 10g and 11g
replaced the PGStorage project. are currently supported. RelStorage replaced the PGStorage project.
========== ==========

View File

@ -27,6 +27,8 @@ driver
PostgreSQL Adapter Options PostgreSQL Adapter Options
========================== ==========================
RelStorage 2.1 performs best with PostgreSQL 9.5 or above.
The PostgreSQL adapter accepts: The PostgreSQL adapter accepts:
driver driver
@ -118,6 +120,8 @@ driver
Binary packages are distributed by Oracle for many platforms Binary packages are distributed by Oracle for many platforms
and include the necessary native libraries and C extension. and include the necessary native libraries and C extension.
.. versionadded:: 2.1a1
C MySQL Connector/Python C MySQL Connector/Python
The same as above, but RelStorage will only use the C extension. The same as above, but RelStorage will only use the C extension.
This is not compatible with gevent. This is not compatible with gevent.