| DBIx-SQLite-Simple documentation | view source | Contained in the DBIx-SQLite-Simple distribution. |
DBIx::SQLite::Simple - easy access to SQLite databases using objects
Used to store the filename containing the SQLite database.
Object creator. Takes one argument, and sets the global variable $Dbo to the newly created database handler.
Changes made on created database are not automatically commited. You must call this method if you want to commit pending changes.
When you're done using the database, you can disconnect from it. This method will not commit changes, so do it before closing.
Patrice <GomoR> Auffret
Copyright (c) 2005-2007, Patrice <GomoR> Auffret
You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.
| DBIx-SQLite-Simple documentation | view source | Contained in the DBIx-SQLite-Simple distribution. |