export:
$ sqlite3 xxx.db3 > .output xxx.sql >.dump > .q
import:
$ sqlite3 xxx.db3 > .read xxx.sql > .q