I'm trying to dump my sqlite 3 file so that I can import into perl at a later stage and write a script that will output the table contents. How can I do this?
Thank you.
I'm trying to dump my sqlite 3 file so that I can import into perl at a later stage and write a script that will output the table contents. How can I do this?
Thank you.
Why dump and import when you can just 'read' sqlite/sqlite3 files in Perl?
It's on CPAN: