NAME
OP::Persistence::SQLite
FUNCTION
connect(%args)
Constructor for a SQLite GlobalDBI object.
%args
is a hash with a key fordatabase
(database name), which in SQLite is really a local filesystem path (/path/to/db).Returns a new GlobalDBI instance.
SEE ALSO
This file is part of OP.
REVISON
$Id: //depotit/tools/snitchd/OP-0.20/lib/OP/Persistence/SQLite.pm#1 $