SQLite 教程 下载 下载地址 https://www.sqlite.org/download.html https://mac.filehorse.com/download-sqlite/ osx 系统已经自带了sqlite SQLite 创建数据库 如果您想创建一个新的数据库 <testDB.db>,SQLITE3 语句如下所示: 1$ sqlite3 testDB.db 2SQLite version 3.7.15.2 2013-01-09 11:53:05 3Enter ".help" for instructions 4Enter SQL statements terminated with a ";"...