- 11 min read
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 revolution, but then...
Read More
- 3 min read
Announcing an LLM-Powered SQL Assistant on DoltHub
We're excited to announce a new feature on DoltHub designed to help you query your data more easily: the LLM-powered SQL Assistant 🤖!
Read More - 4 min read
Dolt for Beginners: Dolt Workbench
The Dolt for Beginners series focuses on topics people getting started with Dolt will likely be interested in. Most of our other blog articles go pretty deep so we want a space to talk about topics that experts may find boring. Dolt for Beginners B...
Read More - 9 min read
A Deep-Dive on Session-Aware GC
An overview of implementation techniques we used when implementing to Automatic GC.
Read More - 5 min read
Doltgres Data Imports
Importing PostgreSQL data dumps into Doltgres has been getting better and better as we support more of Postgres' DDL syntax every day.
Read More - 3 min read
A Pull-first Ollama Docker Image
A quick reference for creating a custom Ollama server Docker image that pulls a specified LLM when the container starts.
Read More - 4 min read
Dolt for Video Game Development
We're at the Game Developers Conference (GDC) this week in San Francisco. Stop by our booth if you're reading this on the cable car on the way to the exhibition hall. Somewhat surprisingly, Dolt's biggest vertical is video game development. That's w...
Read More - 10 min read
Dolt for Agentic Workflows
Things are going pretty well here at DoltHub. Dolt, the world's first and only version controlled SQL database, is being used for a ton of use cases, the most popular of which are to version video game configuration or as a Machine Learning Feature S...
Read More - 11 min read
Go import cycles: three strategies for how to deal with them, and a plea for a fourth
Everybody has their pet issues with their daily driver language. For Gophers, a lot of us complain about the verbosity of error handling. Me, I don't mind that so much. quadruple your lines of code with this one weird trick No, for me, my biggest c...
Read More - 9 min read
Introducing the Dolt Debug Command
DoltDB is a version controlled relational database built from the ground up. The storage format is novel. The execution engine is novel. Both are increasingly Postgres and MySQL compatible. And it is all open source and written in GoLang. All of our...
Read More - 8 min read
How to Provision an EC2 GPU Host on AWS
A short guide for provisioning a GPU host in AWS EC2
Read More - 3 min read
Announcing Dolt SQL Shell Pager Support
A simple quality of life feature for Dolt SQL Shell users: Pager support.
Read More - 8 min read
Dolt for Beginners: Branches
The Dolt for Beginners series focuses on topics people getting started with Dolt will likely be interested in. Most of our other blog articles go pretty deep so we want a space to talk about topics that experts may find boring. Dolt for Beginners S...
Read More - 3 min read
Archiving the dolthub/swiss GitHub Repository
With the multiple compelling swiss table implementations in Golang available within the ecosystem, we have decided to archive the `dolthub/swiss` repository.
Read More - 5 min read
The Dolt Workbench Now Ships With a Built-In Dolt Server
Learn how to start, manage, and connect to a local Dolt server directly from your Dolt Workbench application — no command line required.
Read More - 11 min read
MySQL Foreign Keys: How and why with examples
In this tutorial, learn how to use foreign keys in MySQL and what they're good for, with examples
Read More - 14 min read
- 8 min read
Dolt for Beginners: Commits
The Dolt for Beginners series focuses on topics people getting started with Dolt will likely be interested in. Most of our other blog articles go pretty deep so we want a space to talk about topics that experts may find boring. Dolt for Beginners S...
Read More - 6 min read
Coordinating Goroutine Listeners
We use Golang to build DoltDB, a version-controlled SQL database. In the process we frequently run into language peculiarities and trade-offs. The Go runtime thread manager makes many things possible, but also sometimes gives us too many options. Wh...
Read More - 4 min read
Announcing automatic garbage collection in Dolt sql-server
At DoltHub, we are building Dolt is the world's first version-controlled SQL database, supporting operations like branch, diff, merge, rebase, and blame as well as interactions with remotes such as clone, push and fetch. Today, we're happy to announc...
Read More - 13 min read
MySQL Secondary Indexes: How and why with examples
In this tutorial, learn how to use secondary indexes in MySQL and what they're good for, with examples
Read More