- 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
- 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 - SALES5 min read
Selling Software: SaaS Tools Review
Selling software is an article series for technical founders new to selling software. This article reviews SaaS tools we have tried.
Read More - REFERENCE5 min read
Dolt for Beginners: SQL Select
Dolt is a Structured Query Language (SQL) database. This article goes over basic SQL SELECT queries used to retrieve data from a Dolt database.
Read More - GOLANG8 min read
Life as a Go developer on Windows
We're using Go to write Dolt , the world's first version-controlled SQL database. We build release binaries for all three major operating systems: Linux, OS X, and of course Windows. (Sorry Plan9). And in fact we have customers on all of these...
Read More - WEBHOSTED5 min read
Hosted Dolt's Hidden GraphQL API
Hosted Dolt has a hidden GraphQL API that can be used to automate certain workflows, like pull requests, that are not accessible via your deployed SQL server. Check out this tutorial to learn how to use it.
Read More - AI7 min read
DoltHub SQL Assistant Technical Details
In today's post, we'll dive into the technical details of how DoltHub's SQL Assistant works behind the scenes.
Read More - SALES3 min read
Selling Software: Introduction
Selling software is a an article series for technical founders new to selling software. This article explains the goal of the series.
Read More - 9 min read
- 7 min read
- HOSTEDFEATURE RELEASE2 min read
GCP Hosted Dolt using Private Service Connect
When we first released Hosted Dolt , every deployment that was created was reachable using the public internet. For some users, this was a non-starter. They needed to ensure that their database was only reachable from their own VPC. In July of la...
Read More - FEATURE RELEASE3 min read
Dolt Server Connection Improvements
Don't let your clients block forever! Dolt now has better connection management.
Read More - REFERENCE4 min read
Dolt for Beginners: Dolt Push
When you want to collaborate with other Dolt users, you push your database to a remote, like DoltHub.
Read More - AIFEATURE RELEASE2 min read
Announcing an LLM-Powered SQL Assistant on DoltHub
We're excited to announce a new feature on DoltHub designed to help you query your data more easily: the LLM-powered SQL Assistant 🤖!
Read More - REFERENCEWORKBENCH3 min read
Dolt for Beginners: Dolt Workbench
The Dolt for Beginners series focuses on topics people getting started with Dolt will likely be interested in. Most of our other blog articles go pretty deep so we want a space to talk about topics that experts may find boring. ...
Read More