![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: SQLite Documentationby perrin (Chancellor) |
on Jun 04, 2003 at 21:37 UTC ( #263156=note: print w/replies, xml ) | Need Help?? |
There is a man page, which is what you find when you perldoc DBD::SQLite or look it up on CPAN. It mostly says that it conforms to the DBD spec, so things you see in the DBI docs should work. For details on syntax to create tables, look at the SQLite docs. In your sample code, you never actually execute the statement handle.
In Section
Seekers of Perl Wisdom
|
|