Very Simple Mapping ZODB storage
The Mapping storage provides an extremely simple storage implementation that doesn't provide undo or version support.
It is meant to illustrate the simplest possible storage.
The Mapping storage uses a single data structure to map object ids to data.