NAME
Devel::Ladybug::Persistence::SQLite - Vendor-specific overrides for SQLite
FUNCTION
connect(%args)
Constructor for a SQLite DBI 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 DBI instance.
SEE ALSO
This file is part of Devel::Ladybug.