|
NAMEDBD::Cego - Perl database DBD interface for CegoSYNOPSISuse DBI; my $dbh = DBI->connect("dbi:Cego:tableset=<name>;hostname=<server>;port=<portnumber>","<user>","<password>"); DESCRIPTIONCego is a relational database system available as opensource. For more information, please look at www.lemke-it.comBefore 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. APIThis is the standard DBI API. Please see DBI for more details about core features.BUGSThere are no known bugsAUTHORBjoern Lemke, lemke@lemke-it.comSEE ALSODBI.
Visit the GSP FreeBSD Man Page Interface. |