Skip to content

0.3.1

Latest
Compare
Choose a tag to compare
@julien040 julien040 released this 21 Dec 16:13
· 21 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

  • 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