The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBD::Cego - Perl database DBD interface for Cego

SYNOPSIS

  use DBI;
  my $dbh = DBI->connect("dbi:Cego:tableset=<name>;hostname=<server>;port=<portnumber>","<user>","<password>");

DESCRIPTION

Cego is a relational database system available as opensource. For more information, please look at www.lemke-it.com

Before building and using the Cego DBD interface, you have to install the required Cego C+ library ( plus friends ).

Thanks to Matt Sergeant and his DBD implemenation for SQLite. This code was used as a starting base and helped very much to implement this driver very quickly.

See the README in the installation package for more information.

API

This is the standard DBI API. Please see DBI for more details about core features.

BUGS

There are no known bugs

AUTHOR

Bjoern Lemke, lemke@lemke-it.com

SEE ALSO

DBI.