Blog
PRODUCTS
KEYWORDS
Continuous integration (CI) testing on data is now possible on DoltHub. Read more to learn how to add CI to your database today.
10 min readRead MoreRelational databases are an organizational step change improvement over flat files like Excel or JSON. Strict typing improves data quality and maintainability over time. Schema mutations, data versioning, l…
7 min readRead MoreWe are hard at work building Doltgres, the Postgres-compatible version of Dolt, the world's first and only version-controlled SQL database. We are planning a public Beta launch of Doltgres in the first quar…
7 min readRead MoreDolt is the only content addressed SQL database. Dolt uses specific algorithms to generate immutable content addresses for most internal objects in your database. This article explains how that works and how y…
7 min readRead MoreString concatenation isn't the most elegant looking code: getFieldName := gf.tableName + "+" + gf.ColName But it's quite a bit faster than fmt.Sprintf, which arguably looks more organized: getFieldNa…
4 min readRead MoreWe'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 is built from the ground up with Git-influenc…
6 min readRead MoreYou're going to build your applications differently on Dolt.
7 min readRead MoreDolt has robust support for MySQL's replication protocol, allowing Dolt to be a source or a replica in a MySQL replication topology. In this blog post, we show how to set up a MySQL server to use multi-source …
15 min readRead MoreLike Git and MySQL, its forebears, Dolt started as a command line utility. But over the past five years, we've upped Dolt's graphical user interface game. This blog explains how to use Dolt without ever touchi…
12 min readRead MoreDo you use Python? It's easy to connect to Dolt SQL server.
6 min readRead MoreFollow along as we recount our recent sleuthing adventures tracking down resource leaks in Dolt.
11 min readRead MoreRead what we've launched recently at DoltHub and what's going to launch soon
4 min readRead MoreA step-by-step guide on how to publish a Desktop Application to the Microsoft Store.
3 min readRead MoreWhat does Dolt look like under the hood? This blog goes into details on all the files Dolt uses to provide you the world's first version controlled SQL database.
13 min readRead MoreSending or receiving from a nil channel in Go blocks indefinitely. Why would we want this behavior and how can we use it effectively?
4 min readRead MoreDoltDB is the first relational database that supports Git-like version control primitives like branch, diff, and merge. All our versioning features exist alongside full MySQL compatibility and near MySQL…
5 min readRead MoreYou want $1000? We want to give you $1000
8 min readRead MoreA step-by-step guide on packaging, signing, and notarizing a Mac desktop app for distribution outside the App Store.
4 min readRead MoreOne of the first questions we get from the "Dolt curious" is "How does it scale?". We have a number of customers that run Dolt at scale, including Flock Safety and Turbine. For this article, I wanted to highli…
6 min readRead MoreAmazon is in the DNA of Dolt. Read to learn more!
12 min readRead More
Tim's Weekly DoltHub Update
Stay in the loop and join the community on Discord