Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    ORM 0.85

    Download button

    No screenshots available
    Downloads: 688  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.8/5)
    5 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Alexey V. Akimov | More programs
    GPL / FREE
    August 6th, 2008, 13:54 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    ORM description

    ORM is an object relational mapper for Perl.

    ORM is an object relational mapper for Perl.

    SYNOPSIS

    use Music::Song;
    use Music::Artist;

    # Show number of songs performed by 'Gorillaz'
    $M = Music::Song->M;
    print Music::Song->count( filter=>( $M->artist->name eq 'Gorillaz' ) );

    # Find all artists matching like expression 'G%'
    $M = Music::Artist->M;
    @artist = Music::Artist->find( filter=>$M->name->_like( 'G%' ) );

    # Add new song to database
    $error = ORM::Error->new;
    $song = Music::Song->new
    (
    error => $error,
    prop =>
    {
    artist => $artist,
    year => 2005,
    title => "September's Gone",
    content => "/home/user/music/Gorillaz/September's Gone.mp3",
    },
    );
    print $error->text;
    print $song->title,"n" if( $song );


    ORM is Perl library that implements object-relational mapping. Its features are much similar to those of Java's Hibernate library, but interface is much different and easier to use.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    relational mapper | Perl object | Perl module | Perl | object | relational

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM