Skip to content

damil/DBIx-DataModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages