Embedix::DB

Embedix::DB is a persistence for ECDs.
Download

Embedix::DB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • John BEPPU
  • Publisher web site:
  • http://search.cpan.org/~beppu/

Embedix::DB Tags


Embedix::DB Description

Embedix::DB is a persistence for ECDs. Embedix::DB is a persistence for ECDs.SYNOPSISinstantiation my $edb = Embedix::DB->new ( backend => 'Pg', source => , ); # $edb should be an instance of Embedix::DB::Pgadding 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'); Requirements: · Perl


Embedix::DB Related Software