备份方式二
sqlite>.output tablexx.sql # 备份数据库,备份的是SQL语句
sqlite>.dump tablexx # 利用dump命令,将数据导出到文件。如果dump不带参数,则导出整个数据库
sqlite>.read tablexx.sql # 恢复数据库