SQLite 安装
在 Windows 上安装 SQLite
C:\>sqlite3
SQLite version 3.7.15.2 2013-01-09 11:53:05
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite>C:\sqlite>sqlite3
SQLite version 3.35.5 2021-04-19 18:32:05
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.在 Linux 上安装 SQLite
在 Mac OS X 上安装 SQLite
最后更新于