Skip to content

Instantly share code, notes, and snippets.

@satchit
Created August 20, 2013 14:36
Show Gist options
  • Save satchit/6282207 to your computer and use it in GitHub Desktop.
Save satchit/6282207 to your computer and use it in GitHub Desktop.
ZODB is an Object Oriented DB. A key advantage of ZODB is that you can time-travel (as long as you've not packed the DB and cleared old data). This collects some basic tips to get the history as well as the old state of that object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment