- REFERENCE9 min read
So you want Database Versioning?
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
- DOLTGRESFEATURE RELEASE3 min read
Announcing UPDATE ... FROM Support in Doltgres
Doltgres has launched support for UPDATE ... FROM statements, allowing you to update the data in a table based on data joined in from other tables.
Read More - SQL4 min read
Supporting INSERT...RETURNING Statements
Dolt now supports INSERT...RETURNING statements a la MariaDB. See what this means for Dolt's MySQL compatability and the future of Dolt.
Read More - FEATURE RELEASE3 min read
Announcing OIDC Single Sign-On in DoltLab Enterprise
Today we're announcing DoltLab v2.3.14 with support for OIDC Single Sign-On
Read More - AI5 min read
Claude Code is My New Best Friend
We recently discovered Claude Code and it has produced 22 Pull Requests we accepted into our open source projects, Dolt and go-mysql-server. In this article, we dive into how we found Claude Code and some of Claude Code's changes.
Read More - AI11 min read
- DOLTGRES5 min read
Loading Native Postgres Extensions
We're continuing to make progress on DoltgreSQL , which is a version of Dolt built to be a drop-in replacement for PostgreSQL . Dolt is a MySQL compatible database that is built from the ground up with Git-influenced version control featu...
Read More - 6 min read
Cursor Says Agents Need Database Branches
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 about Dolt, the only database with true branches. This article discusses their comments.
Read More - 9 min read
People Keep Inventing Prolly Trees
A novel data structure has been invented four times now, with three different names. We think that's a good sign.
Read More - INTEGRATION5 min read
Laravel Works with Doltgres
Create your next Laravel web application with version controlled Postgres-compatible database.
Read More - REFERENCE6 min read
Dolt turns 10! Kind of.
Dolt's codebase is officially 10 years old. A look back at what happened in that time.
Read More - DOLTGRESFEATURE RELEASE8 min read
Announcing ROW() Constructor Support in Doltgres
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. There's more support for records and composite types coming in the future.
Read More - WORKBENCH3 min read
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.
Read More - REFERENCE10 min read
MariaDB to Dolt Replication
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 MariaDB source and configure a Dolt replica.
Read More - INTEGRATION5 min read
Dolt works with Prometheus
Dolt exposes Prometheus Metrics. Here we'll cover how to access Dolt(gres) metrics for use with Prometheus.
Read More - 10 min read
Understanding Parquet and Columnar Data
If you've used HuggingFace, you've probably dealt with Parquet files. What are they, and why are they challenging to work with?
Read More - 4 min read
How to Convince Your DBA to Run Dolt
This article goes over the common questions we hear from teams before they adopt Dolt. The article provides our standard answers.
Read More - 6 min read
Getting started with Keycloak OIDC
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 and remotely!
Read More - INTEGRATION7 min read
Vault Works with Dolt
A demonstration of configuring Vault to provide federated access with temporary credentials to a Dolt sql-server
Read More - SALES6 min read
Selling Software: White Glove Onboarding
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.
Read More - REFERENCE8 min read
How Dolt Scales to Millions of Versions, Branches, and Rows
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.
Read More