TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I made an open source SQL engine for anything (APIs, file) using SQLite

2 点作者 julien0409 个月前

1 comment

julien0409 个月前
Hey HN, I’m Julien, a CS student, and I built anyquery, a SQL query engine for pretty much anything.<p>Anyquery can run SQL queries on local&#x2F;remote files (CSV, JSON, Parquet, HTML, etc.) and SaaS (GitHub, Notion, TodoIst, Shopify, etc.). Anyquery can also transform a Google Sheets or an Airtable base into a SQL database with INSERT&#x2F;UPDATE&#x2F;DELETE support. Additionally, it can act as a MySQL server to leverage its ecosystem (BI tools, ORMs, etc.). Finally, you can run PRQL and PQL (KQL inspired language) queries with it.<p>Under the hood, it uses Go and SQLite&#x27;s virtual tables. Therefore, you can use the SQLite ecosystem (e.g. sqlite-vec, datasette, etc.)<p>I would love to hear your feedback about the project.<p>Website: [<a href="https:&#x2F;&#x2F;anyquery.dev&#x2F;](https:&#x2F;&#x2F;anyquery.dev&#x2F;docs&#x2F;#installation)" rel="nofollow">https:&#x2F;&#x2F;anyquery.dev&#x2F;](https:&#x2F;&#x2F;anyquery.dev&#x2F;docs&#x2F;#installati...</a><p>Source code: <a href="https:&#x2F;&#x2F;github.com&#x2F;julien040&#x2F;anyquery">https:&#x2F;&#x2F;github.com&#x2F;julien040&#x2F;anyquery</a><p>(I know it’s a repost. I thought that posting the previous SHOW HN during the weekend was badly timed. If you find it inappropriate, please don’t hesitate to flag the post. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41203559">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41203559</a>)