Dolt is a SQL database with built-in Git versioning, branching, and distribution semantics that makes collaborating on and distributing data effortless.
One of our goals is to be a drop-in replacement for workflows that already take advantage of MySQL, and thus we've had to model our product after many of the features that make MySQL so ubiquitous. One of those is the type system.
If you're interested in our journey towards implementing MySQL's types, then head here to check it out!
Top comments (0)