- REFERENCE11 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 versi...
Read More
- REFERENCE12 min read
An Ooey GUI Guide to Using Dolt
Like 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 touching a command line interface.
Read More - INTEGRATION6 min read
Use Dolt With MySQL Connector in Python
Do you use Python? It's easy to connect to Dolt SQL server.
Read More - 11 min read
Sleuthing resource leaks in Dolt
Follow along as we recount our recent sleuthing adventures tracking down resource leaks in Dolt.
Read More - REFERENCE4 min read
Dolt Roadmap update
Read what we've launched recently at DoltHub and what's going to launch soon
Read More - WORKBENCH3 min read
How to Publish a Microsoft Windows Application
A step-by-step guide on how to publish a Desktop Application to the Microsoft Store.
Read More - REFERENCE13 min read
Anatomy of a Dolt Database
What 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.
Read More - GOLANG4 min read
A Useful Pattern for Nil Channel Values in Go
Sending or receiving from a nil channel in Go blocks indefinitely. Why would we want this behavior and how can we use it effectively?
Read More - SQL5 min read
Automatic Statistics
DoltDB 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 latency parity. The latest release includes o...
Read More - 8 min read
- WORKBENCH4 min read
How to Publish a Mac Desktop App Outside the App Store
A step-by-step guide on packaging, signing, and notarizing a Mac desktop app for distribution outside the App Store.
Read More - REFERENCE6 min read
How to Make Dolt Work at Scale
One 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 highlight a large public database so you can te...
Read More - 12 min read
- FEATURE RELEASEWORKBENCHDOLTGRES4 min read
The Dolt Workbench Now Supports Doltgres
The Dolt Workbench now supports Doltgres, Postgres for Dolt. Learn how to configure a Doltgres database and add data using Git-like version control workflows.
Read More - WORKBENCH2 min read
Dolt Workbench Electron App
Collaborating on databases just got easier! Dolt Workbench Desktop is now available.
Read More - REFERENCEUSE CASE10 min read
- DOLTGRES6 min read
- INTEGRATION11 min read
Using Dolt with JDBC
JDBC is the standard API for connecting to databases from Java applications. In this blog post, we'll show you how easy it is to query a Dolt database from a Java application using JDBC.
Read More - SQL5 min read
Reducing Yacc Latency by 80%
Dolt is the first relational database that supports Git-like versioning. Dolt's content-addressed storage layer plugs into two wire layers, MySQL and now Postgres (DoltgreSQL). While half of the team works on reaching 100% Postgres compatibility, I ...
Read More - FEATURE RELEASE4 min read
- TECHNICAL13 min read
How we can Build a Vector Index from Prolly Trees
Designing a Vector Index built on Prolly Trees is We explore the possible options for building Vector
Read More










