Versioned Domain Model (vdm)
Contents
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 from subversion at::
Created: 2007-01
- v0.1: 2007-04
- v0.2: 2008-05
Project Members
- Rufus Pollock
Status: Active
Changelog
Roadmap
Participate
Via email: join the okfn-discuss list or email info [at] okfn [dot] org.
More Details
...