先下載sqllite-dll與sqlite-tool兩個檔案
https://www.sqlite.org/download.html
解壓后在環境變數中配置sqlite.exe所在的路徑,這樣使用cmd就能直接用sqlite3命令了
創建資料庫
在cmd視窗中輸入sqlite3 test.db(test.db是資料庫檔案名,即可本路徑下創建資料庫)
E:\download\sqlite>sqlite3 test.db
SQLite version 3.33.0 2020-08-14 13:23:32
Enter ".help" for usage hints.
sqlite>
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/48135.html
標籤:應用實例
上一篇:有關于區塊鏈和安卓開發
