For regression testing i need to dump the entire contents of an SQLite database into a text file. But all references to that sort of activity only lead to guides using the sqlite executable. Is there a way in Perl to do this without the executable?
Share
You can use the standard DBI methods for querying schema. DBD::SQLite manpage says: