DBIx::SQLite::Simple - easy access to SQLite databases using objects
- db
- Used to store the filename containing the SQLite database.
- 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.
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.