DoltHub
@DoltHub
Dolt is Git for Data, a version controlled SQL database. Connect to Dolt just like any MySQL database. Join us on Discord: https://rb.gy/warb2r
Agentic workflows benefit from the ability to branch and merge data, which only Dolt can do. To prove our point, we built a sample app that demonstrates agentic workflows built on top of an open-source helpdesk system, backed by Dolt. dolthub.com/blog/2025-07-2…
There's always something to learn from every bug hunt. We recently collaborated with a customer to identify and resolve a memory leak using @golang's memory profiling tools. dolthub.com/blog/2025-07-2…
A great benefit of being open source is that we don't really have any secrets, and so we can share every little detail of how Dolt works through our blog and docs. The "Conjoin" process is one such detail which we've never talked about before until now. dolthub.com/blog/2025-07-2…
The latest version of DoltLab Enterprise uses @Docker Swarm for its multihost deployment orchestration and we thought this was a good opportunity to write a beginner-friendly blog series about Docker. dolthub.com/blog/2025-07-2…
Dolt is a great database to use if you need to know who changed what and when. With a little bit of manual assembly, you can produce an audit log across multiple distributed Dolt databases. dolthub.com/blog/2025-07-1…
Dolt merge just got faster. Greater than 1000X in some cases. This blog explains the changes we made to our algorithm to make merging faster. dolthub.com/blog/2025-07-1…
What is the Best Coding Agent? @timsehn did a Claude Code, Codex, Gemini Cursor bake off. dolthub.com/blog/2025-07-1…
Alpha support for using extensions in Doltgres is here. Let us know what your favorite Postgres extensions are and we can prioritize making sure the most popular ones are tested and work. dolthub.com/blog/2025-07-1…
DoltLab Enterprise v2.4.0 now manages multihost deployments via Docker Swarm. This will require much less manual configuration, orchestration, and maintenance for our users. dolthub.com/blog/2025-07-1…
Regarding Prollyferation (A Followup to "People Keep Inventing Prolly Trees") dolthub.com/blog/2025-07-0…
To ensure Doltgres behaves like Postgres, we've started running it through Postgres Regression Test suite. This process performs correctness testing for Postgres-specific features. dolthub.com/blog/2025-07-0…
Many database products offer some benefits of version control. Dolt and Doltgres are the only ones that provide the real deal. This blog lists DB features and products that aren't version-controlled, but might have something in common with version control. dolthub.com/blog/2025-07-0…
This blog details our experience working with Claude Code on Dolt in the couple of months we've been using it. We cover a list of problems we've run into and the ways we've discovered to work around them. dolthub.com/blog/2025-06-3…