Skip to content

gudtech/perl-DBR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A different approach to ORM for perl

DBR (stands for Database Repository) is a fairly directed attempt at an Object Relational Mapper. It is not trying to be all things to all people. It's focus is on managing large schemas with an emphasis on metadata, rather than defining schema structure with code.

Get the source:

git clone git://github.com/dnorman/perl-DBR.git

Examples:

The examples work right out of the box

cd example
perl example_basic.pl
perl example_join.pl
perl example_moderate.pl
...

To build:

perl Makefile.PL
make
sudo make install

To run the tests:

make test

Documentation / Resources:

Packages

No packages published

Languages

  • Perl 99.5%
  • Other 0.5%