Blog

PRODUCTS

KEYWORDS

0 matching articles.
  1. We recently rewrote our implementation of `TIMESTAMPDIFF` in go-mysql-server and Dolt, and along the way, we had to make considerations for Go's implementations of time.

    4 min read
    Read More
  2. 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.

    22 min read
    Read More
  3. 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…

    6 min read
    Read More
  4. 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…

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

    7 min read
    Read More
  6. 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.

    9 min read
    Read More
  7. 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.

    11 min read
    Read More
  8. 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.

    5 min read
    Read More
  9. SQL Rebase Edit

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

    8 min read
    Read More
  10. You can now enable dolt mcp on your Hosted Dolt instances to connect them to your agentic workloads.

    5 min read
    Read More
  11. EU AI Act Compliance

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

    9 min read
    Read More
  12. 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.

    8 min read
    Read More
  13. What if you could version all your data visualization? This blog explores using Metabase with Dolt as a backend database.

    7 min read
    Read More
  14. 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!

    6 min read
    Read More
  15. 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.

    7 min read
    Read More
  16. 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 …

    11 min read
    Read More
  17. 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.

    8 min read
    Read More
  18. 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 fo…

    11 min read
    Read More
  19. Hosted Dolt Metrics

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

    4 min read
    Read More
  20. 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 …

    14 min read
    Read More
  21. Tim Sehn

    Tim's Weekly DoltHub Update

    Stay in the loop and join the community on Discord