Skip to content

0.2.1

Compare
Choose a tag to compare
@julien040 julien040 released this 22 Sep 10:13
· 82 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

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