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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Time Travel with Your SQL

44 点作者 modelorona大约 1 个月前
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?

10 条评论

dleeftink大约 1 个月前
Cool product.<p>&gt; No more wasting time crafting complex SQL queries<p>I always wondered about this sentiment; isn&#x27;t the time spent crafting complex queries a good thing when trying to understand a problem domain? I.e. incrementally refining your mental model of the data model
评论 #43657829 未加载
评论 #43661584 未加载
jedberg大约 1 个月前
When talking about Time Travel in regards to a database, that term usually means &quot;seeing what the data looked like at a specific time&quot;. From my brief skim here, I don&#x27;t see that.<p>Is that concept built in somewhere?
listenallyall大约 1 个月前
&gt; query history and replay<p>For clarification- am I correct that what you are referring to as &quot;time travel&quot; is simply a history list of prior queries you&#x27;ve run? Can I today, run a query and see what the results would have been in the database last month (or yesterday, or 2 hours ago, etc)?
评论 #43656271 未加载
BoorishBears大约 1 个月前
Unsolicited feedback (or I guess solicited reading the post again): Juypter Notebook experience got me to click because I thought this might be like a Deepnote alternative<p>But the only screenshot on the Github page was decidedly not that. It wasn&#x27;t showing something very appealing visually, or immediately obvious in terms of necessity for a tool calling its competitors ugly and bloated<p>I don&#x27;t use any of the ones you listed so maybe they&#x27;re even uglier, but I would maybe tweak the pitch and make it clearer who this is for
neximo64大约 1 个月前
1. The tools are always web based and have a bloated and bad experience as opposed to a complete native app.<p>2. Charts, easy ability to find the database if there are so many
评论 #43655724 未加载
djfobbz大约 1 个月前
Nice product! I&#x27;m also not a big fan of DBeaver, Beekeeper, or Adminer. However, I do use HeidiSQL, and it&#x27;s been lightweight and robust for me over the last 20 years. One feature I really appreciate is the query history, which is categorized by date. Have you ever given it a try?
评论 #43659368 未加载
amadeuspagel大约 1 个月前
You might want to make the sample db read only.
xnx大约 1 个月前
&gt; 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>What you call &quot;bloated&quot;, I call &quot;features&quot;. What you call &quot;ugly&quot;, I call &quot;functional&quot;.
评论 #43655549 未加载
评论 #43655393 未加载
rprtr258大约 1 个月前
how did you manage to put<p>- no bloat<p>- built-in AI co-pilot with ollama (local) or openai&#x2F;anthropic<p>into one list?
评论 #43656360 未加载
评论 #43657129 未加载
vivzkestrel大约 1 个月前
&quot;Conversate With Your Data: No more wasting time crafting complex SQL queries - ask away!&quot;<p>Maybe it is just me but literally every single product that has tried to eliminate SQL somehow with a conversational interface has never seen mass success, if they did, we wouldn&#x27;t be using SQL anymore
评论 #43656589 未加载