1. 11 min read

    So you want an AI Database?

    Tim Sehn|

    Here at DoltHub, we built the world's first version-controlled SQL database: Dolt. What do version control and databases have to do with Artificial Intelligence (AI)? It turns out, a lot. At first, we were skeptical about the AI revolution, but then...

    Read More
0 matching articles.
  1. 22 min read

    Supporting Git remotes as Dolt remotes

    A 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.

    Read More
  2. 6 min read

    User-Defined Set-Returning Functions in Doltgres

    Doltgres 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, scalar value. We continue to move closer to full support in Doltgres for all the features available through Postgres' user-defined functions.

    Read More
  3. 4 min read

    Dolt's Extra Layers of Concurrency

    Dolt 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's concurrency layers.

    Read More
  4. 7 min read

    Building with the Claude Agent SDK

    This article provides an overview of the Claude Agent SDK and how we used it to build agent mode in the Dolt Workbench.

    Read More
  5. 9 min read

    Announcing Git remote support in Dolt

    Dolt 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.

    Read More
  6. 11 min read

    Announcing: Commit Verification

    Run tests every time you commit to ensure that your data is always valid. Read about the new Commit Verification feature in Dolt.

    Read More
  7. 5 min read

    Cursor for SQL

    Today, 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.

    Read More
  8. 8 min read

    SQL Rebase Edit

    Interactive rebase now supports editing commits during a rebase. Learn how to use this powerful feature to curate your commit history!

    Read More
  9. 5 min read

    Connect Agents to your Hosted Dolt Instance using MCP

    You can now enable dolt mcp on your Hosted Dolt instances to connect them to your agentic workloads.

    Read More
  10. 9 min read

    EU AI Act Compliance

    Dolt, the world's first and only version-controlled SQL database, can help with EU AI Act compliance.

    Read More
  11. 8 min read

    How to Contribute to Dolt: A Community Contributor's Take

    David 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.

    Read More
  12. 7 min read

    Dolt + Metabase: Agent Edition

    What if you could version all your data visualization? This blog explores using Metabase with Dolt as a backend database.

    Read More
  13. 6 min read

    Rebase, Everybody Rebase!

    Rebase 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!

    Read More
  14. 7 min read

    Long-running Agentic Work with Beads

    Learn 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.

    Read More
  15. 11 min read

    Dolt Durability Testing With VMs

    We'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 framework for running crash-durability tests against Dolt.

    Read More
  16. 8 min read

    Writing a Go SQL driver

    Take a tour of Go's SQL driver implementation and see how it works in Dolt's embedded SQL driver.

    Read More
  17. 11 min read

    Agentic Memory

    Agentic 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 for storage.

    Read More
  18. 4 min read

    Hosted Dolt Metrics

    You can now monitor your Hosted Dolt instances using Dolt's built-in Prometheus server.

    Read More
  19. 14 min read

    Using Dolt with ORMs

    Object-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 explains how ORMs work with Dolt, highlighting tested integrations, useful Dolt features like schema overrides and nonlocal tables, and important considerations around branching and connection pooling.

    Read More
  20. 9 min read

    Making Featured Images: Agentic Art Direction

    The process of creating daily Dolt blog featured images using multiple AIs.

    Read More