debian man page for tangram::driver::sqlite

Query: tangram::driver::sqlite

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Tangram::Driver::SQLite(3pm)				User Contributed Perl Documentation			      Tangram::Driver::SQLite(3pm)

NAME
Tangram::Driver::SQLite - Orthogonal Object Persistence in SQLite databases
SYNOPSIS
use Tangram; use Tangram::Driver::SQLite; $schema = Tangram::Driver::SQLite->schema( $hashref ); Tangram::Driver::SQLite->deploy($schema, $dbh); $storage = Tangram::Driver::SQLite->connect( $schema, $data_source, $username, $password ); $storage->disconnect(); Tangram::Driver::SQLite->retreat($schema, $dbh);
DESCRIPTION
This is the entry point in the SQLite-specific object-relational persistence backend.
ERRATA
For reasons similar to the Tangram::Driver::Pg module, this back-end automatically encodes Tangram::Type::Dump::Storable objects via MIME::Base64 to avoid truncation of values on NUL bytes. Also, note that despite what is mentioned on the front page of www.sqlite.org, SQLite is not actually an ACID database; any writer to the database has to wait for all other writers to finish before they can begin their transaction. So make sure you start and complete your transactions as quickly as possible with this back-end. perl v5.8.8 2006-03-29 Tangram::Driver::SQLite(3pm)
Related Man Pages
tangram::intro(3pm) - debian
tangram::relational(3pm) - debian
tangram::sucks(3pm) - debian
tangram::type::dump(3pm) - debian
tangram::type::set::fromone(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Find columns in a file based on header and print to new file
Weird 'find' results
My first PERL incarnation... Audio Oscillograph