- REFERENCE9 min read
So you want Database Versioning?
Here at DoltHub, we've had a lot of success with our "So you want..." series of blog posts helping people find Dolt when they are looking for it. Dolt is a lot of things. Dolt is a version controlled database, a Git database, Git for data, data…
Read More
- AI10 min read
How I Use Multiple Agents in Parallel
As a software engineer working with AI agents, I've developed a workflow for using multiple agents simultaneously to increase productivity!
Read More - REFERENCE16 min read
A Beginner's Guide to Docker Swarm
Part three of our beginner Docker series, introducing Docker Swarm and how to run and scale services with stack files.
Read More - REFERENCE5 min read
Debugging `dolt login`
`dolt login` allows you to authenticate a `dolt` client against DoltHub or DoltLab. It usually works, but when it fails, this article will help you debug it.
Read More - AI6 min read
Agents Need Clones
Agents need clones for write isolation to prevent mistakes. Dolt is the only SQL database that supports clones. Dolt is the database for agents.
Read More - AI7 min read
Does Dolt Need MCP?
We recently launched the Dolt MCP Server. Dolt works pretty well with coding agents without an MCP server. So, what's the point? This article answers that question, works through a detailed Dolt MCP Server example, and finally suggests you power your MCP Server with Dolt to get version control features.
Read More - REFERENCE12 min read
A Beginner's Guide to Docker Compose
Part two of a beginner series introducing Docker Compose and how to use it to run multi-container applications locally with one file and one command.
Read More - USE CASEAI11 min read
Improving Agentic Data Collection
Previously, we attempted to use agents to collect cocktail recipes, but it didn't work out as planned. Now, we're trying again to see if we can do better using Dolt's testing framework.
Read More - AI5 min read
Comparing Cursor Agent to Claude Code
Cursor Agent was released last week. About a month ago, we tested and ranked Gemini, Cursor, Codex, and Claude Code, with Claude Code coming out as the best coding agent. How does Cursor Agent stack up using similar tasks? Very well. Cursor Agent is a new challenger to Claude Code.
Read More - FEATURE RELEASE31 min read
Announcing Dolt MCP
Dolt MCP is available now and connects your AI agents to your Dolt databases!
Read More - WORKBENCH4 min read
Hosting a Dolt Workbench for Your Team
The Dolt Workbench is typically used as a desktop application. In some cases, you might want to run a hosted version of the workbench for your team. This article explains how to do it using Docker.
Read More - VIDEODOLTGRES1 min read
Doltgres Introduction Video
Zach and I recently talked about Doltgres at a Postgres meet up. We introduce Dolt as the world's first version controlled SQL database and transition into Why Doltgres? Then, we share some Doltgres implementation details.
Read More - USE CASEAI23 min read
Agentic Data Collection
We used an AI agent to collect data and store it in Dolt. What went right, and what went wrong?
Read More - SQL6 min read
The plan for VECTOR columns
MySQL recently added a dedicated VECTOR type. Here's what you should know about how it's coming to Dolt.
Read More - AI8 min read
Agents Need Tests Example
Agents need tests. Dolt is the only SQL database with a built-in test engine. Dolt is the database for agents. This article will explain this concept with an illustrative example.
Read More - AI6 min read
Agents Need Tests
Agents need tests. Dolt is the only SQL database with a built in test engine. Dolt is the database for agents. This article will explain this concept.
Read More - TECHNICAL5 min read
Per-Branch Connection Pools
Connections Pools don't like Dolt Branches. Here's how to do it correctly!
Read More - FEATURE RELEASE4 min read
Dolt CI Becomes More CLI Friendly
Several new commands have been added Dolt CI, to improve the experience through Dolt's CLI.
Read More - WEB4 min read
Taking Over a Mac and Windows App Release Process
A step-by-step guide for new team members on how to release new versions of the Dolt Workbench desktop application to the Mac App Store and Microsoft Store, covering access requirements, building, testing, and submission processes.
Read More - USE CASEAI9 min read
Protecting against Rogue Agents
If you give your agents too much freedom, they might go rogue. Here's how to protect your data against them.
Read More