| Acme-BeyondPerl-ToSQL documentation | view source | Contained in the Acme-BeyondPerl-ToSQL distribution. |
Acme::BeyondPerl::ToSQL::SQLite - SQLite support for Acme::BeyondPerl::ToSQL
use Acme::BeyondPerl::ToSQL ("dbi:SQLite:dbname=acme_db","","");
# or
use Acme::BeyondPerl::ToSQL ({
dbi => ["dbi:SQLite:dbname=acme_db","",""], debug => 1,
});
This module implements a SQLite version for Acme::BeyondPerl::ToSQL. You don't need to use this module directly.
SQLite
Makamaka Hannyaharamitu, <makamaka[at]cpan.org>
Copyright 2005 by Makamaka Hannyaharamitu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Acme-BeyondPerl-ToSQL documentation | view source | Contained in the Acme-BeyondPerl-ToSQL distribution. |