Procedure

Install SQLite tools

Install the sqlite3 CLI (and related tools) via package manager or official precompiled binaries from sqlite.org, ensure PATH includes the tools, then verify with sqlite3 --version.

  1. Install SQLite command-line tools. Package managers: macOS brew install

    Install SQLite command-line tools. Package managers: macOS brew install sqlite ; Linux apt install sqlite3 (or dnf/yum install sqlite) with elevated privileges as needed; Windows winget install SQLite.SQLite or choco install sqlite . Or download the platform sqlite-tools-*.zip from https://sqlite.org/download.html , extract to a folder, and add that folder to PATH. On macOS unsigned official zips may need xattr -d com.apple.quarantine on the binaries after install.

  2. Open a new terminal so PATH picks up sqlite3.

    Open a new terminal so PATH picks up sqlite3.

  3. sqlite3 --version

    sqlite3 --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11Z3E8N6JG6PGAG8FAQNGMZ

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.