Versioned Domain Model (vdm)

Purpose

Versioned Domain Model (vdm) is a package which allows you to 'version' your domain model in the same way that source code version control systems such as subversion allow you version your code. In particular, versioned domain model versions a complete model and not just individual domain objects (for more on this distinction see below).

At present the package is provided as an extension to SQLAlchemy and SQLObject (with an extension to Elixir in progress).

Getting It

Either via easy_install::

  • $ easy_install vdm

Or for the latest code use the mercurial repository:

Created: 2007-01

  • v0.1: 2007-04
  • v0.2: 2008-05
  • v0.3: 2008-11
  • v0.4: 2009-04
  • For more recent developments see http://knowledgeforge.net/ckan/trac/ (vdm component)

    • For latest code updates see mercurial repository (link below)

Project Members

  • Rufus Pollock

Status: Active

Resources

Participate