主题
brew install sqlite
sudo apt install -y sqlite3
sqlite3 --version
sqlite3 app.db
文件不存在时会自动创建。
sqlite3 :memory: