Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
163450a9
Commit
163450a9
authored
Sep 12, 2016
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix typos in reference/storages.rst
parent
d6b60a5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
doc/reference/storages.rst
doc/reference/storages.rst
+8
-8
No files found.
doc/reference/storages.rst
View file @
163450a9
...
@@ -8,7 +8,7 @@ Storage interfaces
...
@@ -8,7 +8,7 @@ Storage interfaces
==================
==================
There are various storage implementations that implement standard
There are various storage implementations that implement standard
storage interfaces. The
t
differ primarily in their constructors.
storage interfaces. The
y
differ primarily in their constructors.
Application code rarely calls storage methods, and those it calls are
Application code rarely calls storage methods, and those it calls are
generally called indirectly through databases. There are
generally called indirectly through databases. There are
...
@@ -144,7 +144,7 @@ Options:
...
@@ -144,7 +144,7 @@ Options:
Noteworthy non-included storages
Noteworthy non-included storages
================================
================================
A number of important ZODB storages are distri
u
buted separately, including:
A number of important ZODB storages are distributed separately, including:
RelStorage
RelStorage
`RelStorage <http://relstorage.readthedocs.io/en/latest/>`_
`RelStorage <http://relstorage.readthedocs.io/en/latest/>`_
...
@@ -153,7 +153,7 @@ RelStorage
...
@@ -153,7 +153,7 @@ RelStorage
storing data in relational databases. Unlike the included storages,
storing data in relational databases. Unlike the included storages,
multiple processes can share the same database.
multiple processes can share the same database.
For more i
m
formation, see http://relstorage.readthedocs.io/en/latest/.
For more i
n
formation, see http://relstorage.readthedocs.io/en/latest/.
ZEO
ZEO
`ZEO <https://github.com/zopefoundation/ZEO>`_ is a client-server
`ZEO <https://github.com/zopefoundation/ZEO>`_ is a client-server
...
@@ -161,7 +161,7 @@ ZEO
...
@@ -161,7 +161,7 @@ ZEO
and use ZEO clients in your application. Unlike the included
and use ZEO clients in your application. Unlike the included
storages, multiple processes can share the same database.
storages, multiple processes can share the same database.
For more i
m
formation, see https://github.com/zopefoundation/ZEO.
For more i
n
formation, see https://github.com/zopefoundation/ZEO.
ZRS
ZRS
`ZRS <https://github.com/zc/zrs>`_
`ZRS <https://github.com/zc/zrs>`_
...
@@ -173,14 +173,14 @@ ZRS
...
@@ -173,14 +173,14 @@ ZRS
committed on the primary, they're copied asynchronously to
committed on the primary, they're copied asynchronously to
secondaries.
secondaries.
For more i
m
formation, see https://github.com/zc/zrs.
For more i
n
formation, see https://github.com/zc/zrs.
zlibstorage
zlibstorage
`zlibstorage <https://pypi.python.org/pypi/zc.zlibstorage>`_
`zlibstorage <https://pypi.python.org/pypi/zc.zlibstorage>`_
compresses database records using the compression
compresses database records using the compression
algorithm used by `gzip <http://www.gzip.org/>`_.
algorithm used by `gzip <http://www.gzip.org/>`_.
For more i
m
formation, see https://pypi.python.org/pypi/zc.zlibstorage.
For more i
n
formation, see https://pypi.python.org/pypi/zc.zlibstorage.
beforestorage
beforestorage
`beforestorage <https://pypi.python.org/pypi/zc.beforestorage>`_
`beforestorage <https://pypi.python.org/pypi/zc.beforestorage>`_
...
@@ -188,12 +188,12 @@ beforestorage
...
@@ -188,12 +188,12 @@ beforestorage
be changing. This can be useful to provide a non-changing view of a
be changing. This can be useful to provide a non-changing view of a
production database for use with a :class:`~ZODB.DemoStorage.DemoStorage`.
production database for use with a :class:`~ZODB.DemoStorage.DemoStorage`.
For more i
m
formation, see https://pypi.python.org/pypi/zc.beforestorage.
For more i
n
formation, see https://pypi.python.org/pypi/zc.beforestorage.
cipher.encryptingstorage
cipher.encryptingstorage
`cipher.encryptingstorage
`cipher.encryptingstorage
<https://pypi.python.org/pypi/cipher.encryptingstorage/>`_ provided
<https://pypi.python.org/pypi/cipher.encryptingstorage/>`_ provided
compression and encryption of database records.
compression and encryption of database records.
For more informa
yion see,
For more informa
tion, see
https://pypi.python.org/pypi/cipher.encryptingstorage/.
https://pypi.python.org/pypi/cipher.encryptingstorage/.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment