Blog
PRODUCTS
KEYWORDS
We recently rewrote our implementation of `TIMESTAMPDIFF` in go-mysql-server and Dolt, and along the way, we had to make considerations for Go's implementations of time.
4 min readRead MoreA deep dive into how we built the GitBlobstore, which enables using Git remotes as Dolt remotes, using Git plumbing commands, bare repositories, and force-with-lease.
22 min readRead MoreDoltgres now supports PostgreSQL set-returning functions using RETURNS TABLE and RETURNS SETOF syntax, allowing SQL functions to return a set of records with multiple values, instead of just returning a single…
6 min readRead MoreDolt handles concurrency to individual branches via standard SQL transactions. Dolt also has an additional layer of concurrency management to deal with version control functionality. This article explains Dolt…
4 min readRead MoreThis article provides an overview of the Claude Agent SDK and how we used it to build agent mode in the Dolt Workbench.
7 min readRead MoreDolt v1.81.10 lets you use Git remotes as Dolt remotes — store and sync versioned SQL databases alongside your code via the Dolt CLI and Dolt sql-server.
9 min readRead MoreRun tests every time you commit to ensure that your data is always valid. Read about the new Commit Verification feature in Dolt.
11 min readRead MoreToday, we're launching agent mode in the Dolt Workbench — a Cursor-like agentic chat interface that allows you to safely interact with Dolt, MySQL, and Postgres databases.
5 min readRead MoreInteractive rebase now supports editing commits during a rebase. Learn how to use this powerful feature to curate your commit history!
8 min readRead MoreYou can now enable dolt mcp on your Hosted Dolt instances to connect them to your agentic workloads.
5 min readRead MoreDolt, the world's first and only version-controlled SQL database, can help with EU AI Act compliance.
9 min readRead MoreDavid Dansby, a long time, active Dolt and Doltgres contributor makes a guest appearance on the DoltHub blog explaining how to contribute from a contributors perspective.
8 min readRead MoreWhat if you could version all your data visualization? This blog explores using Metabase with Dolt as a backend database.
7 min readRead MoreRebase is a powerful tool in both Git and Dolt. Especially for agents. If your agent can't resolve a conflict, it's not worth the tokens you are spending on it. Read more!
6 min readRead MoreLearn how I used Beads to keep a coding agent on-task across context compaction cycles and refactored 315 frontend files in a single 12-hour session.
7 min readRead MoreWe've recently been building crash recovery testing for Dolt, adding confidence in its durability properties when running on different filesystems and with different settings. Here we describe a bit about our …
11 min readRead MoreTake a tour of Go's SQL driver implementation and see how it works in Dolt's embedded SQL driver.
8 min readRead MoreAgentic memory is here, and it's powered by Dolt. This article explains what agentic memory is, defines requirements, and shows why Dolt is a perfect fit. Beads, the leading agentic memory system, uses Dolt fo…
11 min readRead MoreYou can now monitor your Hosted Dolt instances using Dolt's built-in Prometheus server.
4 min readRead MoreObject-Relational Mappers (ORMs) simplify application development by abstracting database interactions, and they pair naturally with Dolt, a MySQL-compatible, version-controlled relational database. This post …
14 min readRead More
Tim's Weekly DoltHub Update
Stay in the loop and join the community on Discord