What is Anyquery?
Anyquery is a query engine that allows you to query anything over SQL.
Whether it's a local CSV, a Google Sheet, your Apple notes, or your GitHub stars, you can query it with Anyquery.
It's built on top of SQLite, and you can use alternative languages like PRQL and PQL to query your data.
Get started at anyquery.dev
Changelog
- ae75823 ✨ Add
mcp
andgpt
commands to connect Anyquery to LLMs - 7d23f48 ✨ Add history listing for Edge and Chrome plugins
- a1d26cd ✨ Update all plugins to the latest RPC library
- 244285c 🐛 Fix Notion plugin for issues #31, #26, and #29
- dcc656a 🐛 Remove reduce/reduce conflicts in the parser
- 658297e 👽️ Update Salesforce plugin to latest RPC version
- 48c8c09 💄 Fix image aspect ratio in /integrations
- d2a22ae 💄 Update website for LLMs
- 61b3d38 💬 Remove mention of AnyQuery (replaced by Anyquery)
- 5f1b09b 📝 Add MCP/function call to README.md
- 4de6f0d 🔒️ Add privacy policy for LLM feature
- bcae8f1 🚧 WIP Asana plugin
- 184928d 🧪 Remove failing tests for the sql parser