- 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
- VIDEO1 min read
It's Time To Set Your Senior Engineer Free
Make your Senior Engineers More Productive with Dolt Operating on your database is a high risk because your application or even your whole company could go down. It only makes sense that senior engineers or experienced database administrat...
Read More - 2 min read
Hey, what's up with all these videos?
Hey there, everyone! My name is Kathleen, and this is my first blog. A year ago I started my journey as a software developer, after spending the last decade of my life in the entertainment industry. During that time I wore many hats; actor, writer…...
Read More - VIDEO1 min read
How to Add Data to your Dolt Database on DoltHub
Data Input on DoltHub is Easy In this video, we walk through how to add data to your Dolt database using DoltHub's online SQL feature and the edit like a spreadsheet option. If you need help getting starting on DoltHub.com or creating your...
Read More - 5 min read
Contributing to Dolt
whoami Hello world! My name is James, and this is my first blog at my first full-time job. I graduated from UCSD a couple months ago with a B.S. in CS, and then got hired as a Software Engineer here at DoltHub. At heart, I'm an engineer; I l...
Read More - FEATURE RELEASESQL3 min read
Dolt now supports dump
Dolt is a database with Git-style version control features. In order to provide features like diff and merge at database scale, we wrote a whole new database storage engine . This means in order to use Dolt you have to import your data into it....
Read More - VIDEO1 min read
5 Signs you're Wasting Developer Time On Your Databases
Five Signs You're Wasting Developer Time Dolt gives you the technology to do rapid deployments and instant roll backs for when there is a problem. If you are avoiding database changes and only doing them when absolutely necessary, it's tim...
Read More - TECHNICALSQL9 min read
Journey On Improving Indexes
Dolt is a SQL database with Git-style versioning. We are a drop-in replacement for MySQL, making it very easy to use Dolt . The versioning features of Dolt bring many clear advantages over using MySQL, however there is one area where we fa...
Read More - VIDEO1 min read
How to Create a Database on DoltHub
How to Create a Database on DoltHub In this video, we walk through how to sign up for a DoltHub.com account and create a Dolt database on the DoltHub GUI. DoltHub is easy to use. Even a non-technical user can create a database and get the ...
Read More - WEB7 min read
Adding Pagination and Search to our Gatsby Blog
DoltHub is a place on the internet to share, discover, and collaborate on Dolt databases. Our blog is a separate Gatsby application. Each page is created from a markdown file, which includes metadata that can be queried through the Gra...
Read More - REFERENCE4 min read
So you want a Git Database?
Dolt is a "Git Database". Why are we ranking rather low (around 10th) for the query on Google ? Why are Liquibase , Planetscale , and TerminusDB , other products in the Git database space, not ranked at all? It makes no sense. This blog a...
Read More - SQL2 min read
Persisting Dolt Configs
Database configuration isn't the most exciting topic. Developers dislike prolonged onboarding, preferring to dive straight into application building. Because Dolt marries the concepts of Git And MySQL, we maintain two sets of configurations…
Read More - VIDEO1 min read
Dolt, The Developer Friendly Database
Dolt, The Developer Friendly Database Dolt is a version controlled database . With Dolt, you get all the convenience of Git-style source code control in your database, for both data and schema. Imagine your database supercharged with t...
Read More - FEATURE RELEASESQL6 min read
Creating multiple databases in Dolt
Dolt is a SQL database with git-like version control capabilities, the only SQL database you can branch and merge, clone and fork, push and pull like a git repository. Until very recently, Dolt was lacking a very basic ability that almost every o...
Read More - USE CASEINTEGRATION5 min read
Dolt + Nautobot: Version Control for Configuration
Dolt is a version controlled database . How would one use such a thing? Do you build an application to collect configuration data? Is data quality an issue? Do you detect defects when data changes or do defects manifest downstream a...
Read More - FEATURE RELEASE4 min read
Hosted Dolt
Yesterday we quietly rolled out a preview of hosted Dolt . You can visit any of your databases on DoltHub , and click a button to get a cloud instance running Dolt sql server. Don't have a database? You can create a new one, or fork an exist...
Read More - 11 min read
Writing zsh completions for CLIs with subcommands
Dolt is a SQL database with git-like version control capabilities, the only SQL database you can branch and merge, clone and fork, push and pull like a git repository. Very early in the development lifecycle, we committed to copying git's workflo...
Read More - GOLANG6 min read
Programming the Stack: Golang Patterns for Performance
If you haven't heard, DoltHub is building a database . Dolt is the only SQL database you can branch, merge, diff and clone. It's a MySQL compatible database with version control . As Dolt matures into a fully-featured relational database, a maj...
Read More - SQL6 min read
Update Join
Dolt is a SQL database that you can clone, fork, branch, and merge. In previous posts we've discussed the implementation of joins with primitives such as join planning and index accesses . We've taken another step in join compatibility by impl...
Read More - 5 min read
DoltHub is the Figma of Databases
DoltHub is a web-based UI to share, discover, and collaborate on Dolt databases. We use Figma , a popular collaborative interface design tool, to work with our designer Jan on designs for our website. Before we started using Figma our des...
Read More - DATASET6 min read
Updating FBI Crime Data on DoltHub
A little over a year ago I blogged about publishing the FBI NIBRS Crime Data on DoltHub . In that blog, I describe the dataset the FBI publishes and discuss some of the challenges of working with large amounts of data in the standard CSV format. ...
Read More