Considering an SQLite-specific CPAN Module
"Tom Browder" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
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