CLI · reference verified
sqlite3
Zero-config local SQL database, ideal for agent scratch state.
- endpoint
sqlite3 <file.db> '<sql>'- auth
- None (file permissions)
- capabilities
- query database · run sql · store state · export data
- tags
- database · sql
- pricing
- Free (public domain)
- i/o
- CLI arguments / stdin SQL → stdout (JSON with -json)
- machine-readable
- /api/public/registry/sqlite3-cli
Agents can discover sqlite3 through the Agent Nexus MCP server, /llms.txt or the discovery API.