- 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
- AISQL6 min read
AI SQL Testing
A new paper about AI SQL testing was published by the UC Berkeley CS department. We've been working with the authors, Qiuyang Mang and Runyuan He, fixing bugs their testing tool Argus identified for over a month. This article describes the Argus approach and the bugs it found in Dolt.
Read More - AI13 min read
Agentic Web Crawling
In this post, I'll walk you through my experience crawling websites using AI agents
Read More - 7 min read
Announcing Dolt 1.75! AutoGC and Archives Enabled by Default
We've promoted two features from experimental to on by default. Let's discuss.
Read More - DOLTGRES5 min read
State of Doltgres
It's been 6 months since Doltgres went Beta. What's new, and where are we going next?
Read More - DATASET3 min read
Open Crop and Soil Database
OurSci just published a cool open database of crop and soil samples on DoltHub. OurSci partnered with the Bionutrient Association to collect the data between 2020 and 2023. The database is published free and open on DoltHub.
Read More - INTEGRATION9 min read
Replit versus Vercel
We've been testing out generative AI tooling and in this blog post we take a look at Replit's conversational web app builder and compare it to Vercel's v0.app. We build a small web app that loads data from a Dolt database, and use Dolt's version-control features to expose that version information in the web application. Read on to learn more about how the Replit experience compares to Vercel's v0.app.
Read More - INTEGRATION5 min read
Dolt SQL Server MariaDB Client Support
Dolt now officially supports a wide range of MariaDB clients, verified through automated CI testing.
Read More - FEATURE RELEASE4 min read
Faster Large Database Access with `mmap`
Large Dolt databases are slow to interact with on the `dolt` command line. We implemented a solution using `mmap`. Turn it on for your large database if you want a faster `dolt` CLI.
Read More - GOLANG9 min read
How slow is channel-based iteration?
We benchmarked channel-based iterators v. those provided by the iter package and share the results.
Read More - AI38 min read
A Data Importing AI Agent
In this post, I'll walk you through my experience building an AI agent that can import data into Dolt.
Read More - WORKBENCH3 min read
See What Changed in the Dolt Workbench
We've been working on improving the workbench's support for Dolt's version control features. In this article, we'll discuss some enhancements that better reflect the state of working changes in the workbench.
Read More - TECHNICAL8 min read
Run Bats with a Single Click on Windows using GoLand
Running Bats on Windows can be tricky, but with GoLand and BashSupportPro, you can run Bats tests with a single click.
Read More - FEATURE RELEASE7 min read
- DOLTGRES4 min read
Failing 100 Real World Postgres Dumps
We loaded 100 real world Postgres dumps and failed almost all of them. Read more to find out why we did this, and how we're solving these issues.
Read More - REFERENCE11 min read
- INTEGRATION12 min read
Vercel v0 Works with Dolt
We've been exploring generative AI tooling and in this blog post we take a look at Vercel's v0.app tool that gives you a conversational interface for generating web apps. We build a small web app that loads data from a Dolt database, and use Dolt's version-control features to expose that version information in the web application.
Read More - TECHNICAL13 min read
Multi-stage Docker Builds for Dolt
How multi-stage Docker builds enable faster builds for release and source Dolt images.
Read More - REFERENCE8 min read
Common Table Expressions in MySQL: How and Why with Examples
Learn how to use common table expressions (CTEs) in MySQL, what they're good for, and try out some examples.
Read More - GOLANG7 min read
We tried Go's experimental Green Tea garbage collector and it didn't help performance
Go 1.25 includes support for an experimental new garbage collector called Green Tea. We tried it out with Dolt's main performance benchmarks and summarize what difference it made (not much).
Read More - GOLANGFEATURE RELEASE5 min read
Grafana's metrics backend for go-mysql-server
Grafana recently launched support for SQL queries in their metrics dashboards. We describe how they used go-mysql-server, a SQL query engine written in Go, to implement this feature.
Read More