1. So you want an AI Database?

    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 revolut…

    11 min read
    Read More
0 matching articles.
  1. Recently, on the Lex Friedman podcast, two of the founding engineers at Cursor, Sualeh Asif and Aman Sanger, said databases need branches to support agentic use cases. Unfortunately, neither seemed to know abo…

    8 min read
    Read More
  2. A novel data structure has been invented four times now, with three different names. We think that's a good sign.

    11 min read
    Read More
  3. Laravel Works with Doltgres

    Create your next Laravel web application with version controlled Postgres-compatible database.

    6 min read
    Read More
  4. Dolt turns 10! Kind of.

    Dolt's codebase is officially 10 years old. A look back at what happened in that time.

    8 min read
    Read More
  5. Doltgres has launched initial support for the ROW() constructor syntax as well as records. This allows you to compare records created with ROW(), select record expressions, and use records in WHERE clauses. Th…

    9 min read
    Read More
  6. Building a Linux Electron App

    A comprehensive guide to adapting Dolt Workbench for Linux, covering packaging choices, configuration specifics, and solutions for platform-specific challenges.

    4 min read
    Read More
  7. Dolt supports several replication modes, including support for the MySQL binlog replication protocol, which allows Dolt to work as a source or replica with MySQL-compatible databases. In this blog, we set up a…

    10 min read
    Read More
  8. Dolt works with Prometheus

    Dolt exposes Prometheus Metrics. Here we'll cover how to access Dolt(gres) metrics for use with Prometheus.

    5 min read
    Read More
  9. If you've used HuggingFace, you've probably dealt with Parquet files. What are they, and why are they challenging to work with?

    11 min read
    Read More
  10. This article goes over the common questions we hear from teams before they adopt Dolt. The article provides our standard answers.

    6 min read
    Read More
  11. Keycloak is an excellent open-source identity provider with built-in OIDC authentication support. Today's post demonstrates how you can get started quickly with a Keycloak deployment of your own, both locally …

    7 min read
    Read More
  12. Vault Works with Dolt

    A demonstration of configuring Vault to provide federated access with temporary credentials to a Dolt sql-server

    7 min read
    Read More
  13. When someone signs up for DoltHub, we do research on their email address then send a non-automated email from Brian with me cc'ed. If it's a work email, I send a follow up.

    6 min read
    Read More
  14. Dolt scales to millions of versions, branches, and rows. Dolt uses a Git-style commit graph and a novel data structure called a Prolly Tree to achieve this feat.

    8 min read
    Read More
  15. Column Tags

    Dolt tables have a hidden field for each column in a table called a column tag. Hopefully, most users won't ever have to deal with column tags but in some cases, working with column tags is necessary. This art…

    9 min read
    Read More
  16. We've added the ability to enable Dolt Archives with Automatic Garbage Collection. Find out how!

    4 min read
    Read More
  17. Doltgres supports SQL extensions to examine your schema elements in any SQL client. This blog post demonstrates how to use them.

    4 min read
    Read More
  18. Dolt models its version control functionality after Git, including working sets and staging areas. These Git-specific concepts can be tricky for beginners coming to Dolt from other SQL databases. This article …

    6 min read
    Read More
  19. go:generate was designed to solve a very specific problem. Does it succeed?

    8 min read
    Read More
  20. Customer Per Branch

    A very common Dolt usage pattern is what we call customer per branch. The main branch of your Dolt database is used for schema and domain data. Each customer's data is stored on a separate customer-specific br…

    6 min read
    Read More
  21. Tim Sehn

    Tim's Weekly DoltHub Update

    Stay in the loop with a note from our CEO