Commit 743d830c authored by Tim Peters's avatar Tim Peters

News blurb for multi-databases.

parent 2fa7756d
......@@ -28,6 +28,12 @@ DB
is specified, its value is ignored, and ``DeprecationWarning`` is
raised. In ZODB 3.6, these optional arguments will be removed.
- Lightweight support for "multi-databases" is implemented. These are
collections of named DB objects and associated open Connections, such
that the Connection for any DB in the collection can be obtained from
a Connection from any other DB in the collection. See the new test
file ZODB/tests/multidb.txt for a tutorial doctest. Thanks to Christian
Theune for his work on this during the PyCon 2005 ZODB sprint.
BTrees
------
......
......@@ -21,7 +21,7 @@ collection. The original proposal is in the fishbowl:
http://www.zope.org/Wikis/ZODB/MultiDatabases/
It was implemented during the PyCon 2005 sprints, but in a simpler form,
by Jim Fulton, Christian Theune,and Tim Peters. Overview:
by Jim Fulton, Christian Theune, and Tim Peters. Overview:
No private attributes were added, and one new method was introduced.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment