Version notes. [skip ci]
This commit is contained in:
parent
d85c754025
commit
21887ef5f0
@ -1,8 +1,8 @@
|
||||
|
||||
RelStorage is a storage implementation for ZODB that stores pickles in
|
||||
a relational database. PostgreSQL 9.0 and above, MySQL 5.0.32+ /
|
||||
5.1.34+, and Oracle 10g and 11g are currently supported. RelStorage
|
||||
replaced the PGStorage project.
|
||||
a relational database. PostgreSQL 9.0 and above (performance is best
|
||||
with 9.5 and above), MySQL 5.0.32+ / 5.1.34+, and Oracle 10g and 11g
|
||||
are currently supported. RelStorage replaced the PGStorage project.
|
||||
|
||||
|
||||
==========
|
||||
|
@ -27,6 +27,8 @@ driver
|
||||
PostgreSQL Adapter Options
|
||||
==========================
|
||||
|
||||
RelStorage 2.1 performs best with PostgreSQL 9.5 or above.
|
||||
|
||||
The PostgreSQL adapter accepts:
|
||||
|
||||
driver
|
||||
@ -118,6 +120,8 @@ driver
|
||||
Binary packages are distributed by Oracle for many platforms
|
||||
and include the necessary native libraries and C extension.
|
||||
|
||||
.. versionadded:: 2.1a1
|
||||
|
||||
C MySQL Connector/Python
|
||||
The same as above, but RelStorage will only use the C extension.
|
||||
This is not compatible with gevent.
|
||||
|
Loading…
Reference in New Issue
Block a user