TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DoltLab v0.2.0

41 pointsby mjangle1985over 3 years ago

7 comments

sverhagenover 3 years ago
Inspired by... but admittedly off-topic... I had recently been wondering how people keep a full auditable history of their data. I've used Hibernate Envers in the past or the now seemingly-defunct Temporal Tables extension for PostgreSQL. What are people using these days? Is DoltLab it, or are there more common solutions?
评论 #30311337 未加载
评论 #30310057 未加载
vorpalhexover 3 years ago
This is actually a really cool idea, and while I would have avoided it due to it's SAAS nature, now I'm actually pretty willing to try it.
caffeineover 3 years ago
I can’t figure out if this is a real product or a joke site? The name is confusing.<p>If it’s a real product it’s cool, I’ve wanted something like this for a while (currently I just use git repos full of JSON files but this would be better I think).
评论 #30316856 未加载
richardbaroskyover 3 years ago
Nice. While I haven&#x27;t used Dolt, I&#x27;ve definitely enjoyed reading the blog, sepecially the MySQL compatability stuff and some of the other fun ones (like the alcohol dispenser project). Good luck guys!
smoyerover 3 years ago
Maybe it&#x27;s a regional slur here in the U.S. but I&#x27;m wondering where the name originated.
评论 #30314204 未加载
parenthesesover 3 years ago
So many questions about the git-like semantics.<p>- how are shas created?<p>- assuming you hash the entire diff, can columns be ignored? e.g. timestamps or other &quot;unimportant&quot; data<p>- do any two insertions into a table &quot;conflict&quot;?
评论 #30314276 未加载
hestefiskover 3 years ago
Looks interesting. It’s like Git, ZFS, and MySQL all in one?