Net::CouchDb

Net::CouchDb is a Perl interface to CouchDb.
Download

Net::CouchDb Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Leadbeater
  • Publisher web site:
  • http://search.cpan.org/~dgl/Net-CouchDb-0.02/lib/Net/CouchDb.pm

Net::CouchDb Tags


Net::CouchDb Description

Net::CouchDb is a Perl interface to CouchDb. Net::CouchDb is a Perl interface to CouchDb.SYNOPSISProvides an object oriented interface to the CouchDb REST/JSON API. use Net::CouchDb; my $cdb = Net::CouchDb->new(host => "localhost", port => 5984); $cdb->debug(1); $cdb->create_db("test"); my $test = $cdb->db("test"); my $doc = Net::CouchDb::Document->new; $doc->colours = ; $test->put($doc); Requirements: · Perl


Net::CouchDb Related Software