展示HN:用你的SQL进行时间旅行

1作者: modelorona11 天前原帖
嗨,我的名字是安吉尔,我是WhoDB的开发者之一(<a href="https://github.com/clidey/whodb">https://github.com/clidey/whodb</a>)。 我并不喜欢dbeaver、beekeeper、adminer等工具的体验,因为它们臃肿、难看,充其量也只是一般般,而不是特别好。 这就是我开始开发WhoDB的原因。 我们的设计理念是: - 基于浏览器(Chrome/Firefox) - 无臃肿 - 类似Jupyter Notebook的体验(Scratchpad) - 内置AI助手,支持ollama(本地)或OpenAI/Anthropic 我们刚刚推出了查询历史和重放(时间旅行?)功能到Scratchpad中。 希望你能试试看并给我们一些反馈,也欢迎“吐槽”我们: ```bash docker run -p 8080:8080 clidey/whodb ``` 值得思考的问题: 1. 你在使用数据库时遇到的最大痛点是什么? 2. 当前工具中缺少哪些杀手级功能?
查看原文
Hi, my name is Anguel and I am one of the developers of WhoDB (<a href="https:&#x2F;&#x2F;github.com&#x2F;clidey&#x2F;whodb">https:&#x2F;&#x2F;github.com&#x2F;clidey&#x2F;whodb</a>)<p>I am not a fan of the dbeaver, beekeeper, adminer, etc experience because they are bloated, ugly, and at best okay but not great.<p>Hence why I started working on WhoDB.<p>The approach:<p>- browser-based (chrome&#x2F;firefox)<p>- no bloat<p>- jupyter notebook-like experience (Scratchpad)<p>- built-in AI co-pilot with ollama (local) or openai&#x2F;anthropic<p>We just shipped query history and replay (time travel?) to the Scratchpad.<p>Would love for you to check it out and give some feedback aka roast us into oblivion:<p>docker run -p 8080:8080 clidey&#x2F;whodb<p>Food for thought:<p>1. What&#x27;s your biggest database pain point?<p>2. Any killer feature missing from current tools?