KiokuDB::Backend::DBI

DBI backend for KiokuDB
Download

KiokuDB::Backend::DBI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Yuval Kogman
  • Publisher web site:
  • http://search.cpan.org/~nobull/

KiokuDB::Backend::DBI Tags


KiokuDB::Backend::DBI Description

DBI backend for KiokuDB KiokuDB::Backend::DBI is a backend for KiokuDB leverages existing DBI accessible databases.The schema is based on two tables, entries and gin_index (the latter is only used if a Search::GIN extractor is specified).The entries table has two main columns, id and data (currently in JSPON format, in the future the format will be pluggable), and additional user specified columns.The user specified columns are extracted from inserted objects using a callback (or just copied for simple scalars), allowing SQL where clauses to be used for searching.SYNOPSIS my $dir = KiokuDB->connect( "dbi:mysql:foo", user => "blah", password => "moo', columns => , ); $dir->search({ name => "foo" }); # SQL::Abstract Requirements: · Perl


KiokuDB::Backend::DBI Related Software