这是本文档旧的修订版!
sqlite3.exe在的目录如:D:\Protable\sqlite-tools-win32-x86-3380300
Win10打开设置,系统,关于,高级系统设置,环境变量,系统变量,双击path,新建,
填入上面的目录,然后确定后重启。
sqlite3 1.db .output 1.sql .dump .exit
.read 1.sql .exit
sqlite3 my.db打开数据库。
| .table | 查看表 |
| .schema | 查看建表语句 |
| .quit 或 .exit | 退出 |