Another distribution, DBD::SQLite::Amalgamation is a quasi-fork of
DBD::SQLite and is up to date with the almost latest SQLite sources; it
also adds a few more features over the last DBD::SQLite which hasn't seen a
release in over a year. You may want to consider submitting your changes
to include in DBD::SQLite::Amalgamation if appropriate. -- Darren Duncan
Tom Browder wrote:
After looking at various modules for using SQLite, I've not found
exactly what I'm looking for. I want a pm that is higher level than
what I see in DBS::SQLite.
I would like to see functions similar to what is available in
Win32::DBIODBC or Win32::ODBC:
TableList # list of tables in the db
FieldNames
ColAttributes
etc.
I have cobbled together a pm for my use but it might be useful to
others and I would appreciate any opinions from this audience.
Any comments are appreciated.
-Tom