I\'m making a shell script to export a sqlite query to a csv file, just like this:
#!/bin/bash ./bin/sqlite3 ./sys/xserve_sqlite.db \".headers on\" ./bin/sq
I recently created a shell script that will be able to take the tables from a db file and convert them into csv files.
https://github.com/darrentu/convert-db-to-csv
Feel free to ask me any questions on my script :)