- 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
- WEBWORKBENCH6 min read
Automating the Release Process for a Desktop Application
We recently automated the release process for the Dolt Workbench desktop application using GitHub Actions. This article discusses how we did it.
Read More - TECHNICAL7 min read
Challenges with Prolly Trees and Columnar Storage
Columnar storage is widely used in industry-leading OLAP databases and provides many benefits for analytic workloads. If we wanted columnar storage in Dolt, what are some challenges we would face?
Read More - FEATURE RELEASE7 min read
Announcing Dolt SQL Server MCP
We've added Dolt MCP directly to Dolt! This blog will show you how spin up both the Dolt SQL server and Dolt MCP server with a single command.
Read More - AI4 min read
The Three Pillars of Agentic AI
Having spent the past six months diving deep on agentic artificial intelligence, it became clear agents need three pillars to operate correctly: a capable model, version control, and testing. This article explains.
Read More - INTEGRATION10 min read
Maxwell's Daemon Works with Dolt
Maxwell's Daemon is a change data capture tool that reads from a MySQL binary log stream and publishes the data changes to a variety of endpoints such as Redis, RabitMQ, Amazon SNS, Kafka, Amazon Kinesis, and many more. Because Dolt is a MySQL-compatible database, you can easily connect Maxwell's Daemon to a Dolt SQL server to intercept data changes.
Read More - 7 min read
Remote Authentication Explained
Pushing and Pulling data to remote locations requires you to authenticate. Let's discuss
Read More - FEATURE RELEASESQL3 min read
Improving Performance of Vector Indexes Via VECTOR Columns
Dolt now has support for VECTOR columns, and with it a noticible improvement in vector index performance.
Read More - FEATURE RELEASEWEB4 min read
Resolving Merge Conflicts on the Web
Learn how to resolve merge conflicts directly from the pull request UI in Dolt's web products, making conflict resolution easier without needing the SQL shell.
Read More - FEATURE RELEASE4 min read
- 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