SQLite数据库安装配置
<h3>1.下载程序</h3>
<p>官网下载windows程序:<a href="https://www.sqlite.org/download.html">https://www.sqlite.org/download.html</a>
<img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=a633531c63498c1d6fe94d5871adf8fb&amp;file=file.png" alt="" /></p>
<h3>2.解压放到一个位置</h3>
<p>解压后合并到一个文件夹,放到系统一个目录下,例如:C:\SQLite。</p>
<h3>3.添加环境变量</h3>
<p>然后添加系统环境路径
<img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=b2840060f0d9af721015b2f59c4297fe&amp;file=file.png" alt="" /></p>
<h4>4.检测是否安装成功</h4>
<p>然后可以在cmd中输入sqlite3,如下图就是安装成功了。
<img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=9dc28f35ba240cb6b2611ec99088c511&amp;file=file.png" alt="" /></p>