O2DBIWiki: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
m (15 revisions)
Line 20: Line 20:


* Introduction
* Introduction
** [[/IntroScope| The scope of O2DBI]]
** [[O2DBIWiki/IntroScope| The scope of O2DBI]]
** [[/IntroFeatures| O2DBI Features]]
** [[/IntroFeatures| O2DBI Features]]
** [[/IntroORMapping| Object-relational mapping]]
** [[/IntroORMapping| Object-relational mapping]]

Revision as of 14:27, 26 October 2011

O2DBI Overview Page

O2DBI - Introduction

O2DBI is a codegenerator for SQL-based data management layers. Based in a description of class hierarchies, it produces ready-to-use perl classes for storing and retrieving data.

Main features:

  • support for arbitrary complex class hierarchies
  • polymorphic queries within class hierarchies
  • easily extensible classes without adding another layer
  • simple interface
  • XML based description of classes

O2DBI is used in nearly all applications developed at the CeBiTec.


Documentation




Author: Burkhard Linke