Blog
PRODUCTS
KEYWORDS
Perl 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 MoreContinuous 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 More
Tim's Weekly DoltHub Update
Stay in the loop and join the community on Discord