All Projects → okfn → Vdm

okfn / Vdm

Versioned domain model. Python library for revisioning/versioning of databases.

Programming Languages

python
139335 projects - #7 most used programming language

.. image:: https://travis-ci.org/okfn/vdm.svg?branch=master :target: https://travis-ci.org/okfn/vdm

To install do::

$ easy_install vdm

Or checkout from our git repository::

$ git clone https://github.com/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::

$ nosetests vdm/sqlalchemy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].