Catalyst-Model-Sedna

 view release on metacpan or  search on metacpan

lib/Catalyst/Model/Sedna.pm  view on Meta::CPAN

  $s->execute('for $x in document("doc123") return $x');
  if (my $item = $s->get_item()) {
    $c->res->content_type('application/xml');
    $c->res->body($item);
  }

=head1 DESCRIPTION

This module will manage a connection to the sedna database and perform
queries. The connection attributes are set in the config file. Note
that the Sedna connection does not support cursors, so if you need to
insert data while traversing another query, you need a second
connection.

=head1 METHODS

=over

=item conn

Returns the Sedna connection object.



( run in 0.231 second using v1.01-cache-2.11-cpan-4d50c553e7e )