The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::SQLite::Simple - easy access to SQLite databases using objects

ATTRIBUTES

db

Used to store the filename containing the SQLite database.

METHODS

new(db => 'filename.db')

Object creator. Takes one argument, and sets the global variable $Dbo to the newly created database handler.

commit

Changes made on created database are not automatically commited. You must call this method if you want to commit pending changes.

close

When you're done using the database, you can disconnect from it. This method will not commit changes, so do it before closing.

AUTHOR

Patrice <GomoR> Auffret

COPYRIGHT AND LICENSE

Copyright (c) 2005-2015, Patrice <GomoR> Auffret

You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.