Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 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

    Embedix::DB 0.05

    Download button

    No screenshots available
    Downloads: 411  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Very Good (4.3/5)
    3 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    John BEPPU | More programs
    Perl Artistic License / FREE
    March 11th, 2008, 21:33 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Embedix::DB description

    Embedix::DB is a persistence for ECDs.

    Embedix::DB is a persistence for ECDs.

    SYNOPSIS

    instantiation

    my $edb = Embedix::DB->new (
    backend => 'Pg',
    source => [
    'dbi:Pg:dbname=embedix',
    'user', 'password',
    { AutoCommit => 0 },
    ],
    );

    # $edb should be an instance of Embedix::DB::Pg

    adding a distro

    $edb->addDistro (
    name => 'uCLinux 2.4',
    board => 'm68k',
    );

    $edb->addDistro (
    name => 'Embedix 1.2',
    board => 'ppc',
    );

    selecting a distro to work on

    $edb->workOnDistro(name => 'Embedix 1.2', board => 'ppc');

    cloning a distro

    $edb->cloneDistro(board => 'mpc8260adsp');

    updating a distro with new information

    my $apache_ecd = Embedix::ECD->newFromFile('apache.ecd');
    $edb->updateDistro(ecd => $apache_ecd);

    deleting components from a distro

    $edb->deleteNode(name => 'busybox');

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    ECD persistence | Embedix database | Perl module | ECD | persistence | Embedix

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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