Skip to content

0.1.3

Compare
Choose a tag to compare
@julien040 julien040 released this 25 Aug 16:08
· 126 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

  • eb2a3a1 ✨ Add -v, --version flags
  • a1859c6 ✨ Add Google Contacts plugin
  • 88433e1 ✨ Add Nylas plugin
  • 73aff63 ✨ Add new plugins from asg017
  • 2c921ab ✨ Add plugin Google Tasks
  • 88ff95f ✨ Add shopify plugin
  • 4f6646e ✨ Add sqlean extensions
  • aeaf765 ✨ Add table "github_stargazers_from_repository" to GitHub plugin
  • 2507e3b ✨ Make the JSON output stream
  • 4469f41 🐛 Fix NULL to empty array
  • c0b5d53 🐛 Fix issue with OAuth 2.0 scopes in Google Contacts plugin
  • 379cf22 🐛 Fix issue with PRQL build (#9)
  • 34e4bf7 🐛 Fix rare map race condition
  • 6166fef 💄 Add icons to integrations
  • b8e18cc 💄 Add logo variant
  • 74d092b 💄 Fix landing page from feedback
  • 7f64e90 💄 Update website - Add a few changes to the landing - Hide test integrations - Update doc of Anyquery limitations
  • c823aac 📝 Add examples to commands reference
  • d060b52 📝 Update Google plugins documentation about OAuth
  • 9a2daa4 📝 Update README.md