From 55156d66c31198bc2d34d4b5e20feaabb1402191 Mon Sep 17 00:00:00 2001 From: taranpe1 Date: Thu, 21 Feb 2013 17:14:41 +0100 Subject: [PATCH] --- student/taranpe1/index.mdwn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/student/taranpe1/index.mdwn b/student/taranpe1/index.mdwn index ae7fccae..674a9d2b 100644 --- a/student/taranpe1/index.mdwn +++ b/student/taranpe1/index.mdwn @@ -4,8 +4,13 @@ Assignment ====== +**The MigDB Project - Database Migration** -Description of my planned/completed work for the project +There are a lot of software applications, which are using object-relation mapping (ORM), this approach speeds up the development a lot, on the other hand most of the current ORM frameworks focus only at software creation, not on software evolution. + +The goal of our project is to create a framework which evolves the entities (objects) and the database (schema and data) without loss of any information stored in the database. We call our approach extended ORM. + +link: [MigDB][1] Links documenting the results of my work ====== @@ -34,3 +39,6 @@ For example: [w]:https://www.ohloh.net/accounts/taranpe1/widgets + + + [1]: https://github.com/migdb/migdb -- 2.39.2