In my app, I want to export a SQLite database file to CSV file..
Could you suggest me how to do this? Thanks.
Simply do a SELECT on each table and print out the value of each column as required to a text file.