dbix::class::storage::dbi::sqlite(3pm) debian man page | unix.com

Man Page: dbix::class::storage::dbi::sqlite

Operating Environment: debian

Section: 3pm

DBIx::Class::Storage::DBI::SQLite(3pm)			User Contributed Perl Documentation		    DBIx::Class::Storage::DBI::SQLite(3pm)

   connect_call_use_foreign_keys
       Used as:

	   on_connect_call => 'use_foreign_keys'

       In connect_info to turn on foreign key (including cascading) support for recent versions of SQLite and DBD::SQLite.

       Executes:

	 PRAGMA foreign_keys = ON

       See <http://www.sqlite.org/foreignkeys.html> for more information.

NAME
DBIx::Class::Storage::DBI::SQLite - Automatic primary key class for SQLite
SYNOPSIS
# In your table classes use base 'DBIx::Class::Core'; __PACKAGE__->set_primary_key('id');
DESCRIPTION
This class implements autoincrements for SQLite.
AUTHORS
Matt S. Trout <mst@shadowcatsystems.co.uk>
LICENSE
You may distribute this code under the same terms as Perl itself. perl v5.14.2 2011-08-19 DBIx::Class::Storage::DBI::SQLite(3pm)
Related Man Pages
dbix::class::storage::dbi::autocast(3) - osx
dbix::class::storage::dbi::sqlanywhere5.18(3) - mojave
class::dbi::test::sqlite(3pm) - debian
dbix::class::manual::docmap(3pm) - debian
dbix::class::storage::dbi::autocast(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Is UNIX an open source OS ?
How to copy a column of multiple files and paste into new excel file (next to column)?