Commit 9b751272 authored by Kirill Smelkov's avatar Kirill Smelkov

go/zodb: pkgdoc: Add section overviewing storage drivers

We already have the functionality, just add an overview on how to
implement drivers and use the most common ones.
parent 498606b4
......@@ -60,6 +60,14 @@
// Please see IStorage, and interfaces it embeds, for details.
//
//
// Storage drivers
//
// To implement a ZODB storage one need to provide IStorageDriver interface and
// register it to ZODB with RegisterDriver. Package
// lab.nexedi.com/kirr/neo/go/zodb/wks links-in and registers support for
// well-known ZODB storages, such as FileStorage and ZEO.
//
//
// Miscellaneous
//
// See also package lab.nexedi.com/kirr/neo/go/zodb/zodbtools and associated
......
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