[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/ZODB Persistent Components
webmaster@zope.org
webmaster@zope.org
Fri, 08 Nov 2002 22:29:10 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/Persistence.stx#2-10
---------------
ZODB supports many pluggable storage back-ends, but for the
purposes of this article we're going to show you how to use the
'FileStorage' back-end storage, which stores your object data in a
file. Other storages include storing objects in relational
databases, Berkeley databases, and a client to server storage that
stores objects on a remote storage server.
% Anonymous User - Nov. 8, 2002 10:29 pm:
Berkely db: URL?