Blog
PRODUCTS
KEYWORDS
A demonstration, complete with sample code, on how to use Mydumper with Dolt, the world's first version controlled SQL database.
4 min readRead MoreWe're excited to announce that CI testing on pull requests is now live on DoltHub.com.
12 min readRead MoreDolt now supports caching_sha2_password auth, which you may need if you want to use the MySQL-9.0 innovation release.
6 min readRead MoreHot on the heels of my overview of Dolt configuration, I'm going to do a deep dive on config.yaml, the configuration file for a Dolt SQL Server. As I was writing the configuration overview, I realized our docu…
22 min readRead MoreDolt is a decentralized database. In the past ten years or so decentralization has gone through a few hype cycles. I think we're in a pro-decentralization hype period right now. Decentralization hype tracks th…
7 min readRead MoreAs Doltgres is being rapidly developed, we needed Postgres-specific solutions to certain version control features that are implemented in Dolt. This blog walks through how we converted MySQL-flavored system t…
8 min readRead MoreLast time, I discussed a specific design problem that I encountered while writing generic code in Go, and how I eventually solved it. I was proud that I had found a solution, although less proud that it wasn't…
14 min readRead MoreDolt configuration is a bit of a mess. To start, it's a union of Git and MySQL styles of configuration. Then, Dolt specific configuration is sprinkled on top. It's been on our list for a long time to consolida…
5 min readRead MoreDolt is the world's first and only version controlled SQL database. Dolt is fully MySQL-compatible. You connect to it with any MySQL client. Some MySQL clients require connection authentication using Transport…
3 min readRead MoreThe Dolt Workbench illustrates how much better the workbench experience can be when using a version controlled database. Find out how and why in this blog.
6 min readRead MorePerl is still alive and well and works beautifully with Dolt databases.
8 min readRead MoreSo you've been using Dolt for a while, and you are ready to take the next step and use it in production. Whether you are running your production environment on prem, or in the cloud, there are several steps y…
9 min readRead MoreDolt is the world's first and only version-controlled SQL database. It's a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository. Like files in Git, tables and other …
6 min readRead MoreI ran into a performance trade-off last week attempting to improve long-running queries by changing the ways rows are structured. A more general row interface increases memory overhead but lets us skip enco…
5 min readRead More"Go is an incomplete language masquerading as a simple one." This comment on ycombinator lives rent-free in my head. Nothing before or since has captured my feelings on Go quite as succinctly. Take for i…
11 min readRead MoreGet a glimpse into the design process for DoltHub's latest feature, continuous integration testing.
7 min readRead MoreDolt is the world's first and only version controlled SQL database. We've been iterating on the concept for over six years now. We're the world's experts in database version control. Along the way we've lea…
6 min readRead MoreWe are hard at work building Doltgres, the Postgres-compatible version of Dolt. Dolt is the world's first and only version-controlled SQL database and is MySQL compatible, and most of us at DoltHub are more …
5 min readRead MoreDolt was created to be the world's first truly version controlled database. We think it does a great job at that. And in the process of making Dolt, we realized that the same data structures that make Dolt fas…
14 min readRead MoreDoltHub is HIPAA compliant. This blog will walk you through what HIPAA is, why it matters, and how we got certified.
2 min readRead More
Tim's Weekly DoltHub Update
Stay in the loop and join the community on Discord