1. REFERENCE
    9 min read

    So you want Database Versioning?

    Tim Sehn|

    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
Found 20 matching articles.
  1. INTEGRATION
    10 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
  2. 7 min read

    Remote Authentication Explained

    Pushing and Pulling data to remote locations requires you to authenticate. Let's discuss

    Read More
  3. FEATURE RELEASESQL
    3 min read

    Improving Performance of Vector Indexes Via VECTOR Columns

    Dolt now has support for VECTOR columns, and with it a noticeable improvement in vector index performance.

    Read More
  4. FEATURE RELEASEWEB
    4 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
  5. FEATURE RELEASE
    4 min read

    Unit Tests for your Dolt Database

    Use dolt_tests to ensure data quality and correctness.

    Read More
  6. AI
    10 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
  7. REFERENCE
    16 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
  8. REFERENCE
    5 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
  9. AI
    6 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
  10. AI
    7 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
  11. REFERENCE
    12 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
  12. USE CASEAI
    11 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
  13. AI
    5 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
  14. FEATURE RELEASE
    31 min read

    Announcing Dolt MCP

    Dolt MCP is available now and connects your AI agents to your Dolt databases!

    Read More
  15. WORKBENCH
    4 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
  16. VIDEODOLTGRES
    1 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
  17. USE CASEAI
    23 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
  18. SQL
    6 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
  19. AI
    8 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
  20. AI
    6 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
JOIN THE DATA EVOLUTION

Get started with Dolt

Or join our mailing list to get product updates.