sezal / DBIx-DataModel

UML-based Object-Relational Mapping (ORM) framework for Perl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBIx-DataModel


DESCRIPTION

DBIx::DataModel is a wrapper framework for building Perl
abstractions (classes, objects and methods) that interact
with relational database management systems (RDBMS).  
Of course the ubiquitous DBI module is used as
a basic layer for communicating with databases; on top of that,
DBIx::DataModel provides facilities for generating SQL queries,
joining tables automatically, navigating through the results,
converting values, and building complex datastructures so that other
modules can conveniently exploit the data.


VERSION

1.0

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


COPYRIGHT AND LICENCE

Copyright (C) 2006,2008 Laurent Dami

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

About

UML-based Object-Relational Mapping (ORM) framework for Perl


Languages

Language:Perl 96.4%Language:Perl 6 3.6%