sqlite3安装

Sqlite3 windows 下安装教程

安装前准备:

安装sqlite3

  • 将sqlite3.exe 放到 C:/windows/system32

  • 打开cmd,敲入命令 sqlite3

  • 出现如下 ,就成功了

     C:\Users\Goomy>
    
    C:\Users\Goomy>
    
    C:\Users\Goomy>sqlite3
    
    SQLite version 3.7.14.1 2012-10-04 19:37:12
    
    Enter ".help" for instructions
    
    Enter SQL statements terminated with a ";"
    
    sqlite>
    

安装sqlitespy

解压直接打开SQLiteSpy.exe 即可

    原文作者:NowisBlank啦
    原文地址: https://www.jianshu.com/p/3fd515fffc6b
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞