Skip to content

Releases: julien040/anyquery

0.4.4

02 Oct 19:20
0abd460

Choose a tag to compare

🔒️ This update addresses the vulnerability CVE-2025-61679 (GitHub Advisory GHSA-5f7p-rhmq-hvc7). Please update Anyquery as soon as possible.

Changelog

  • 3f45f75 Add MCP Catalog Trust Score badge
  • 0abd460 Merge commit from fork
  • 0eccc5a Merge pull request #50 from julien040/imgbot
  • af9f547 [ImgBot] Optimize images
  • 8c1d033 fix(postgres): Handle case-sensitive column names
  • 9ea3614 ✏️ Fix configuration text in README.md of carddav
  • 20d17b2 ✨ Add Readwise plugin
  • 43adae1 ✨ Add carddav plugin
  • 2fa1628 📝 Stick Archestra score to other badges in README.md
  • 9294e0e 📝 Update the documentation related to the HTTP default authentication
  • 02a3f6e 🔀 Merge pull request #57 from david-pivonka/fix/postgres-case-sensitive-columns
  • 36027da 🔀 Merge pull request #58 from Matvey-Kuk/add-mcp-badge
  • 54bb289 🔀 Merge pull request #59 from offlinehacker/carddav
  • 43cd8bd 🔒️ Add default authorization mechanism for MCP HTTP servers
  • 032c281 🔒️ Add default authorization mechanism for local anyquery gpt servers
  • b12b490 🔖 Push new release of Notion plugin

0.4.3

06 Aug 21:31
a3435da

Choose a tag to compare

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

Anyquery

Changelog

This release brings support to query DuckDB and Cassandra.

  • 3c08194 Merge pull request #54 (Add DuckDB querying)
  • a3435da Merge pull request #56 from julien040/0.4.3-release
  • d3f0cbd Update SQLite to 3.50.2
  • eef0cbd ⚡️ Improve Clickhouse performance
  • 70ca79c ✏️ Fix typo in ScyllaDB doc
  • 794d08b ✨ Add DuckDB querying
  • 2fcc50b ✨ Add support for Cassandra database
  • 892418a ✨ Update website for Cassandra
  • a3ee9b1 ⬆️ Update SQLite to v3.50.4
  • 3f18fc6 🐛 Fix issue parquet quasi-binary import #52
  • 66792e4 🐛 Fix issue with SELECT count(*) for column-based database
  • 9d9fd5a 🐛 Fix vercel path issue for website build
  • 177d5e2 🐛 Fix website hub filtering
  • 5e9e075 🐛 Remove json_unquote from the ->> JSON operator
  • cdf493c 💄 Modify website to build for Vercel
  • d60ba73 📝 Add minimal version to DuckDB docs
  • 863d9dd 🔥 Delete unused variable for the ClickHouse module
  • 81d73b5 🔧 Add build tags to the staticcheck Go linter
  • b1500a7 🚧 Non working DuckDB client based on the CLI

0.4.2

10 Jun 11:48
1747051

Choose a tag to compare

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

Anyquery

Changelog

  • 1747051 Merge pull request #49 (0.4.2 release)
  • d4deaec Update navBar.astro: fix link (#39)
  • d492cdb ✨ Add Clickhouse querying support
  • 6bcc22c ✨ Add support for querying files in MCP #47
  • 5635b45 ⬆️ Update dependencies to the latest patch
  • 6a33ea1 ⬆️ Upgrade Astro and Tailwind
  • 4e33c0d 🐛 Fix issue #40 (stream ID 1; INTERNAL_ERROR)
  • e6f88e6 🐛 Fix issue #44 (Create table from csv/parquet file)
  • abb689b 🐛 Fix parameters handling of read_* tables
  • 56af840 🐛 Potential fix for #48: Airtable marshalling error
  • 8ef2e68 📝 Add deprecation notice for the ChatGPT integration
  • b21c9ee 📝 Change to brew install anyquery (#38)
  • 09fe519 📝 Remove tunnel docs from mcp
  • 251f13a 📝 Update README.md for LLMs
  • c81f42f 📝 Update documentation for ClickHouse database
  • 3129f13 🙈 Update gitignore for integration server

0.4.1

19 Mar 20:16

Choose a tag to compare

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

Anyquery

Changelog

  • 6a04726 ⏪️ Revert back to previous README while new features are not fixed
  • 219ec41 🔒️ Fix HTTP tunneling for MCP/function calls

0.4.0

07 Mar 21:56

Choose a tag to compare

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

Anyquery

Changelog

  • ae75823 ✨ Add mcp and gpt 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

0.3.1

21 Dec 16:13

Choose a tag to compare

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

Anyquery

Changelog

  • abbb833 ✨ Add buffer flushing using functions
  • 766bb11 ✨ Add colUsed field to more efficient database queries
  • 527d410 ✨ Add partial updates to Notion plugin
  • 93bcea9 ✨ Add support for except/intersect queries
  • f7a1d9d ✨ Nicer plugin development UX.
  • 5111faa ⬆️ Update Anyquery RPC version for notion
  • a1a35a5 🐛 Ensure parser properly format query parameters

0.3.0

20 Nov 15:33

Choose a tag to compare

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

Anyquery

Changelog

Database querying

Anyquery now supports database querying. You can join data between APIs, local files, apps, and now SQL databases.
At the moment, we support PostgreSQL-wire and MySQL-wire compatible databases.

Fixes

There are a lot of fixes that have been made. Feel free to open an issue if you find any new bugs.

Breaking changes

  • To work with PRQL, PRQL now needs to be installed on your machine and available in the PATH.
  • The Anyquery's SQL parser has changed, which means that there might be undiscovered issues.
  • When you query from a remote file, the cache can now be invalidated.
  • Anyquery cannot be installed with snapcraft anymore due to confinement issues.

Commits

  • 00b9fb3 ✅ Remove failing test for plugin loading
  • 1311a60 ✅ Update weird failing test
  • b322d10 ✨ Add ClickUp plugin
  • 5d39397 ✨ Add Coda plugin
  • 8e56cd0 ✨ Add PostgreSQL db querying
  • 50524ef ✨ Add SQLite version to -v flag
  • e263e2f ✨ Add Salesforce custom plugin
  • c2247a7 ✨ Add Salesforce plugin
  • 4bc37c9 ✨ Add hashing function for query constraint
  • afed809 ✨ Add hubspot plugin
  • 4abdd6e ✨ Add new SQL date functions
  • 0e07a11 ✨ Add new type conversion for plugin configuration
  • c632b6c ✨ Add search bar to website
  • a8be1f1 ✨ Add stanchion plugin
  • eb9dce5 ✨ Add support for MySQL-based databases
  • 8937e50 ✨ Add support for additionnal types
  • 1fc1da7 ✨ Modify the release header to include a SQL snippet
  • 347bb68 ✨ Update website to document databases connections
  • e2d412c ➖ Ditch pg_query parser for SQL query
  • 2844256 ⬆️ Run go mod tidy
  • ea4deec ⬆️ Run go mod tidy and update vitess lib
  • bc9b932 ⬆️ Update SQLite to v3.47.0
  • d1798da ⬆️ Upgrade dependencies to latest version
  • e4797ba 🐛 Fix DESCRIBE table_name queries on composite PK
  • 53861ec 🐛 Fix issue in goreleaser template Tabs instead of spaces...
  • 3d0fb0e 🐛 Fix issue with argument type for Salesforce plugin
  • 49f201d 🐛 Fix pull request query
  • a6399aa 🐛 Fix weird cache invalidation bug for the query hub
  • 1de3cec 🐛 Proper data validation for profile creation
  • 9d01809 🐛 SQLparser quoting issue Ensure that if a single quote was encountered in a string literal, the formatter would return '' to escape it. Before, it would attempt to write ', which is MySQL specifix syntax.
  • bbf350e 👷 Remove snapcraft publishing
  • dc37f1f 💄 A few UI updates to the website
  • 725af31 💄 Larger tables for terminal output
  • 0be92c0 💄 Update header image
  • 1ad6de1 📝 Add more docs for query hub
  • 7a269a1 📝 Remove snapcraft tutorial while snap issues aren't fixed
  • c84be1b 📝 Update README.md to talk about databases
  • fab1995 📦️ Move snapcraft to classic confinement
  • 10d0933 📦️ Update name format to a namespace based one (thanks @asg017)
  • 925ecf7 🔍️ Update SEO desc
  • 86e215a 🔥 Remove statical linking of PRQL
  • f7b881a 🚑️ Add support for non public schema tables in PostgreSQL
  • 0e866ef 🚸 Registry refreshes every two days now

0.2.2

25 Sep 16:50

Choose a tag to compare

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

Anyquery

Changelog

  • f987aea ⚡️ Add cache TTL for the run cmd
  • 2e14eaf ✨ Add a few github community queries
  • 5e40695 ✨ Add new fields for hub queries
  • c061c2c ✨ Add query hub to website
  • b09e96a ✨ Update a couple of community queries
  • 6aeb31c ✨ Update git plugin
  • 6908c4e 🐛 Fix #4: Pretty table output was too wide for some terminals
  • 13217dd 👷 Rename branch for winget repository
  • a1b1390 💄 Add hovering effects to links
  • 2f99872 📝 Update docs for anyquery run
  • e3f71a1 🚑️ Fix critical issue with INSERT stmt

0.2.1

22 Sep 10:13

Choose a tag to compare

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

Anyquery

Changelog

  • 1b2e913 ✨ Add ttl for cache of read_* tables
  • 9106a25 🐛 Fix issues with read_* tables
  • 54f1842 🚸 Nicer error handling in post exec queries
  • 551d147 🚸 Refactor uninstall logic for default profile

0.2.0

21 Sep 17:28

Choose a tag to compare

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

Anyquery

What's new?

Community repository

header

Go to https://anyquery.dev/queries to find a community repository of predefined queries. You don't have to touch SQL anymore. Answer questions easily from various sources.

JSON output

JSON output now correctly handles arrays and objects.

Log querying

Log querying is now faster and more powerful. Before, it often failed due to RegExp issues. They are now fixed!

Changelog

  • 0942aee ✨ Add reproducible build for future plugins
  • be94d5b ✨ Add support for community queries
  • 893e3a5 ✨ Strengthen log querying capabilities
  • 8f9fb97 ⬆️ Upgrade SQLite to 3.46.1
  • c73835e 🐛 Fix issue #17
  • b2b5daa 💄 Update plugins list cmd rendering
  • 3b235b3 🗃️ Update query templates
  • 673b9c5 🩹 Ensure the query splitter handle comments