# vdm **Repository Path**: mirrors_hfeeki/vdm ## Basic Information - **Project Name**: vdm - **Description**: Versioned domain model. Python library for revisioning/versioning of databases. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README To install do:: $ easy_install vdm Or checkout from our mercurial repository:: $ hg clone http://knowledgeforge.net/okfn/vdm For more information see the main package docstring. To view this either just open vdm/__init__.py or do (after installation):: $ pydoc vdm For Developers ============== Tests currently pass against postgres or sqlite (see 'TEST_ENGINE' setting in vdm/sqlalchemy/demo.py). To run tests with postgres you will need to have a set up a postgresql database with user 'tester' and password 'pass' (see settings in vdm/sqlalchemy/demo.py). Run the tests using nosetests:: $ nosestests vdm/sqlalchemy