Benjamin Trott > Data-ObjectDriver-0.02 > Data::ObjectDriver

Download:
Data-ObjectDriver-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  2
View Bugs
Report a bug
Module Version: 0.02   Source   Latest Release: Data-ObjectDriver-0.06

NAME ^

Data::ObjectDriver SQLite driver

DESCRIPTION

This class provides an interface to the SQLite (http://sqlite.org) database through DBI.

NOTES & BUGS

This is experimental.

With the 1.11 version of DBD::SQLite Blobs are handled transparently, so bind_param_attributes is optionnal. With previous version of DBD::SQLite users have experimented issues with binary data in CHAR (partially solved by the DBI::SQL_BINARY binding).