|
NAMEAddressBook::DB::DBI - Backend for AddressBook to use in databasesSYNOPSISuse AddressBook; $a = AddressBook->new(source => "DBI:CSV:f_dir=/tmp/csv", table=>"a_csv", ); DESCRIPTIONThe DBI perl library module is required in order to use this package.AddressBook::DB::DBI supports both sequential and random access backend database methods. The DBI backend has so far only been tested against the CSV database driver. AddressBook::DB::DBI behavior can be modified using the following options:
newThe database driver and driver arguments may be specified in in the constructor in one of two ways:
TimestampsFor syncronization purposes, all records are timestamped depending on the database driver type:
AUTHORMark A. Hershberger, <mah@everybody.org> David L. Leigh, <dleigh@sameasiteverwas.net>SEE ALSOAddressBook AddressBook::Config, AddressBook::Entry.DBI DBD::CSV
Visit the GSP FreeBSD Man Page Interface. |