- 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
- DOLTGRES2 min read
Doltgres compatibility update: UPDATE .. RETURNING
Recent updates to Doltgres compatibility for Postgres extensions to UPDATE
Read More - AI12 min read
Are Coding Agents One PageRank Away From Awesome?
After using Cursor to try and solve simple issues in our open source project, Dolt, this technology reminds me of searching the web in 1998. It's one step function improvement away from being awesome.
Read More - INTEGRATION18 min read
ProxySQL Works with Dolt
In today's post we dive into how you can run ProxySQL in front of a Dolt read-replication cluster.
Read More - 10 min read
Understanding Homebrew, the Version-Controlled Package Manager
What happens when your dependency stops working how you expect... but only on Mac?
Read More - DOLTGRESSQL4 min read
Doltgres Now Supports Triggers
We'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 that is built from the ground up with Git-influenced version control featu...
Read More - SALES7 min read
Selling Software: Conferences
Trade shows or conferences are sales events we reluctantly spend money on even though our attendance has not generated a single sale. Why do we keep going?
Read More - REFERENCE4 min read
Dolt for Beginners: SQL Insert, Update, and Delete
Dolt is a Structured Query Language (SQL) database. This article goes over basic SQL INSERT, UPDATE and DELETE queries used to modify data in a Dolt database.
Read More - REFERENCESQL13 min read
Anatomy Of A SQL Engine
May marks five years since Dolt adopted go-mysql-server . Today we summarize the current state of GMS by walking through a query's journey from parsing to result spooling. Overview SQL engines are the logical layer of a database that sit...
Read More - DOLTGRESINTEGRATION3 min read
Django Works with Doltgres
We've built sample applications for Dolt in most languages and using many frameworks. Last year, we build a Django sample application against Dolt. That same application works against Doltgres with only configuration changes.
Read More - AI8 min read
Coding Agents Suck Too
We tried Junie, the new JetBrains AI coding agent, and, well, she sucks too.
Read More - DOLTGRES9 min read
- DOLTGRESINTEGRATION17 min read
Getting Started with Doltgres and Knex.js
A demonstration, complete with sample code, on how to use Knex.js with Doltgres, the Postgres flavor of Dolt which has recently gone Beta.
Read More - GOLANG9 min read
Optimizing Heap Allocations in Golang: A Case Study
Golang doesn't require users to think about memory allocation. But if you want your code to be fast, you probably should anyway.
Read More - DOLTGRES3 min read
Why Doltgres over Dolt?
Dolt is 1.0. Dolt is a proven production database. Doltgres is Beta and still heavily under development. Why would a person choose Doltgres over Dolt? This article answers why.
Read More - DOLTGRES5 min read
Doltgres Beta Launch
Announcing the Beta release of Doltgres, the Postgres-flavored version of Dolt. Doltgres is ready for you to begin building a version-controlled application today.
Read More - DOLTGRES5 min read
Should Doltgres have a CLI?
Doltgres currently does not ship with a Git- or Dolt-style CLI. This simplifies the product and its interface, making it easier for new users to understand what it is. But, users must use a Doltgres server and Postgres client. Should Doltgres have a Dolt-style CLI?
Read More - REFERENCEFEATURE RELEASE9 min read
An Introduction to Adaptive Encoding
How databases actually encode values on disk matters. We explore the different ways that Dolt can encode data to improve performance.
Read More - 7 min read
Dolt Archives Status Update
We're still grinding on storing Dolt databases more efficiently on disk. Here's an update on the progress.
Read More - SQL4 min read
Stats Version 2
Dolt is the first version controlled relational database. Among other things, reliable databases have fast and reliable query plans. We can make most queries fast with combinations of macro structural rearrangements like filter pushing and column...
Read More - AI7 min read
We've Been Conned: The truth about Big LLM
A tongue-in-cheek rant about the high-cost of running LLMs, and why this whole AI situation is starting to seem sketchy.
Read More