0.4.3
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
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
