CouchDB::Client::DB

CouchDB::Client database class
Download

CouchDB::Client::DB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Robin Berjon
  • Publisher web site:
  • http://search.cpan.org/~rberjon/XML-XPathExt-0.01_01/XPathExt.pm

CouchDB::Client::DB Tags


CouchDB::Client::DB Description

CouchDB::Client database class CouchDB::Client::DB offers a CouchDB::Client database.SYNOPSIS use CouchDB::Client; my $c = CouchDB::Client->new(uri => 'https://dbserver:5984/'); my $db = $c->newDB('my-stuff')->create; $db->dbInfo; my $doc = $db->newDoc('dahut.svg', undef, { foo => 'bar' })->create; my $dd = $db->newDesignDoc('dahut.svg', undef, $myViews)->create; #... $db->delete;This module represents databases in the CouchDB database. Requirements: · Perl


CouchDB::Client::DB Related Software