O2DBIWiki: Difference between revisions
Jump to navigation
Jump to search
imported>JomunaChoudhuri No edit summary |
imported>JomunaChoudhuri No edit summary |
||
Line 41: | Line 41: | ||
For more information about project setup, license, application examples, and publications, please go to the [http://www.cebitec.uni-bielefeld.de/groups/brf/software/O2DBI O2DBI website]. | For more information about project setup, license, application examples, and publications, please go to the [http://www.cebitec.uni-bielefeld.de/groups/brf/software/O2DBI O2DBI website]. | ||
== Contact == | <!-- ##== Contact == --> | ||
Please send an e-mail for account requests or questions concerning the use of "Software" to: | <!-- ##Please send an e-mail for account requests or questions concerning the use of "Software" to: --> | ||
[[MailTo(software AT cebitec DOT uni DASH bielefeld DOT de)]] | <!-- ##[[MailTo(software AT cebitec DOT uni DASH bielefeld DOT de)]] --> | ||
For bug reports, please use our bug reporting system [http://bugs.genetik.uni-bielefeld.de BugZilla]. | <!-- ##For bug reports, please use our bug reporting system [http://bugs.genetik.uni-bielefeld.de BugZilla]. --> | ||
Author: [http://www.cebitec.uni-bielefeld.de/~blinke Burkhard Linke] | Author: [http://www.cebitec.uni-bielefeld.de/~blinke Burkhard Linke] |
Revision as of 12:56, 24 August 2005
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
- Introduction
- Working with O2DBI
- Using the generated code
- Features and TODO
- FAQ
Other Issues
For more information about project setup, license, application examples, and publications, please go to the O2DBI website.
Author: Burkhard Linke