Skip to content

0.2.0

Compare
Choose a tag to compare
@julien040 julien040 released this 21 Sep 17:28
· 91 commits to main since this release

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