Show HN: Sql4json – Query JSON with SQL, no database
轻量级工具,无需数据库和配置,直接用 SQL 语法查询 JSON 数据,仅 500KB 大小。
Article URL: https://github.com/mnesimiyilmaz/sql4json Comments URL: https://news.ycombinator.com/item?id=48897784 Points: 1 # Comments: 0
轻量级工具,无需数据库和配置,直接用 SQL 语法查询 JSON 数据,仅 500KB 大小。
Article URL: https://github.com/mnesimiyilmaz/sql4json Comments URL: https://news.ycombinator.com/item?id=48897784 Points: 1 # Comments: 0
用Python+aiogram打造本地文本去碎片化Telegram机器人,零数据泄露实现思维整理
The Manifesto: Against the "Cognitive Impasse" Let’s be honest. The tech world is currently drowning in poorly formulated requirements, chaotic task d…
Go 开发者探讨 ORM 新期望:如何平衡 SQL 控制权与查询简化?
I have been working on a Go ORM and I am trying to understand what experienced Go developers actually want from an ORM. The main problems I see: - los…
手把手教你用AI将大白话转为精准SQL,省去手动写复杂查询的烦恼
If you've ever stared at a complex schema and spent 20 minutes writing a query you could describe in one sentence, this walkthrough is for you. I'll s…
用SQL语法查询LinkedIn和X的社交数据,命令行操作让Agent轻松接入
Article URL: https://usesocial.dev Comments URL: https://news.ycombinator.com/item?id=48825571 Points: 2 # Comments: 0
用SQLite实现本地语义搜索,查询时无需大模型,轻量高效的开源方案。
Article URL: https://github.com/williamliu-ai/fidx Comments URL: https://news.ycombinator.com/item?id=48791740 Points: 1 # Comments: 0
零拷贝、4KB控制缓冲+10-30ns调度,为AI应用打造的高性能底层内核。
Article URL: https://github.com/nmxmxh/foundation Comments URL: https://news.ycombinator.com/item?id=48785026 Points: 3 # Comments: 0
用AST引导任务分解提升NL2SQL性能,ICLR'26最新论文提出LearNAT方法。
arXiv:2504.02327v2 Announce Type: replace Abstract: Natural Language to SQL (NL2SQL) aims to translate natural language queries into executable SQL st…
PostgreSQL假名化神器Brume,巧妙保留跨表外键关系,轻松实现数据脱敏
Article URL: https://brumeorg.github.io/ Comments URL: https://news.ycombinator.com/item?id=48773741 Points: 1 # Comments: 0
基于SQLite的AI Agent轻量级工具包,零配置即可获得全文搜索、向量搜索、任务队列和定时任务能力。
Article URL: https://github.com/qataruts/monlite Comments URL: https://news.ycombinator.com/item?id=48710233 Points: 1 # Comments: 0
大模型生成SQL易出错,这篇论文建模错误来精准修正,提高查询正确率。
arXiv:2603.03742v2 Announce Type: replace Abstract: Despite the remarkable performance of large language models (LLMs) in text-to-SQL (SQL generation)…
用大模型为表格列自动生成任务感知的描述,NL2SQL等下游任务将更精准高效。
arXiv:2606.21685v1 Announce Type: cross Abstract: Generating accurate and informative column descriptions (e.g. "membership status of customers" for t…
Codex日志系统存在严重bug,每年可能写入640TB数据,快速耗尽SSD寿命,开发者需警惕。
Article URL: https://github.com/openai/codex/issues/28224 Comments URL: https://news.ycombinator.com/item?id=48626930 Points: 221 # Comments: 130
实测DeepSeek V4 Pro与GPT-4o在SQL优化、素数证明等硬核任务上的性能对决,谁更胜一筹?
DeepSeek V4 Pro vs GPT-4o: Real Benchmark Comparison (June 2026) I ran both models through 20 coding, math, and reasoning tests. Here are the raw numb…
用SQLite FTS5与向量搜索为Claude赋予全浏览记忆,精准降级设计确保鲁棒性。
Claude can read my files, my terminal, even my screen. But it had no idea what I read in my browser yesterday. That gap bugged me enough to build Brav…
用纯SQL实现可下棋的国际象棋引擎,挑战数据库与函数式编程的极限。
Article URL: https://swingbit.github.io/quackmate/ Comments URL: https://news.ycombinator.com/item?id=48525459 Points: 2 # Comments: 0
谷歌新AI模型Gemini-SQL2以80.04%准确率登顶文本转SQL任务榜单,技术突破值得关注。
IT之家 6 月 13 日消息,Google Research 昨日(6 月 12 日)发布公告, 宣布推出 Gemini-SQL2 模型,基于 Gemini 3.1 Pro 打磨,具备最顶尖的 Text-to-SQL 能力。 IT之家注:Text-to-SQL 是指把自然语言问题自动转换成 SQL…
开源AI数据笔记本,直连Trino、DuckDB等12种SQL引擎,免安装免注册,即开即用查数据、做可视化。
Article URL: https://github.com/sanniheruwala/RedNotebookAI/blob/main/README.md Comments URL: https://news.ycombinator.com/item?id=48503888 Points: 1 …
从模型失败样本中蒸馏规则,零样本Text-to-SQL准确率大幅提升。
arXiv:2606.08245v1 Announce Type: new Abstract: Text-to-SQL translates natural language into executable SQL queries. Few-shot in-context learning meth…