logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DBIx::Connector::Driver::SQLite - SQLite-specific connection interface

Authors

       This module was written by:

       David E. Wheeler <david@kineticode.com>

Description

       This subclass of DBIx::Connector::Driver provides SQLite-specific implementations of the following
       methods:

       "savepoint"
       "release"
       "rollback_to"

       Note  that  they  only  work  with  SQLite 3.6.8 or higher; older versions of SQLite will fallback on the
       exception-throwing implementation of these methods in DBIx::Connector::Driver.

Name

       DBIx::Connector::Driver::SQLite - SQLite-specific connection interface

See Also