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. WEBWORKBENCH
    6 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
  2. TECHNICAL
    7 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
  3. FEATURE RELEASE
    7 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
  4. AI
    4 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
  5. 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
  6. 7 min read

    Remote Authentication Explained

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

    Read More
  7. FEATURE RELEASESQL
    3 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
  8. 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
  9. FEATURE RELEASE
    4 min read

    Unit Tests for your Dolt Database

    Use dolt_tests to ensure data quality and correctness.

    Read More
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. FEATURE RELEASE
    31 min read

    Announcing Dolt MCP

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

    Read More
  19. 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
  20. 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
JOIN THE DATA EVOLUTION

Get started with Dolt

Or join our mailing list to get product updates.