NAME
Class::DBI::SQLite - Extension to Class::DBI for sqlite
SYNOPSIS
DESCRIPTION
Class::DBI::SQLite is an extension to Class::DBI for DBD::SQLite. It allows you to populate an auto-incremented row id after insert.
The set_up_table
method automates the setup of columns and primary key(s) via the SQLite PRAGMA statement.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
set_up_table
implementation by Tomohiro Ikebe <ikebe@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.