1. REFERENCE
    9 min read

    So you want Database Versioning?

    Tim Sehn|

    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
Found 20 matching articles.
  1. AISQL
    6 min read

    AI SQL Testing

    A new paper about AI SQL testing was published by the UC Berkeley CS department. We've been working with the authors, Qiuyang Mang and Runyuan He, fixing bugs their testing tool Argus identified for over a month. This article describes the Argus approach and the bugs it found in Dolt.

    Read More
  2. AI
    13 min read

    Agentic Web Crawling

    In this post, I'll walk you through my experience crawling websites using AI agents

    Read More
  3. 7 min read

    Announcing Dolt 1.75! AutoGC and Archives Enabled by Default

    We've promoted two features from experimental to on by default. Let's discuss.

    Read More
  4. DOLTGRES
    5 min read

    State of Doltgres

    It's been 6 months since Doltgres went Beta. What's new, and where are we going next?

    Read More
  5. DATASET
    3 min read

    Open Crop and Soil Database

    OurSci just published a cool open database of crop and soil samples on DoltHub. OurSci partnered with the Bionutrient Association to collect the data between 2020 and 2023. The database is published free and open on DoltHub.

    Read More
  6. INTEGRATION
    9 min read

    Replit versus Vercel

    We've been testing out generative AI tooling and in this blog post we take a look at Replit's conversational web app builder and compare it to Vercel's v0.app. We build a small web app that loads data from a Dolt database, and use Dolt's version-control features to expose that version information in the web application. Read on to learn more about how the Replit experience compares to Vercel's v0.app.

    Read More
  7. INTEGRATION
    5 min read

    Dolt SQL Server MariaDB Client Support

    Dolt now officially supports a wide range of MariaDB clients, verified through automated CI testing.

    Read More
  8. FEATURE RELEASE
    4 min read

    Faster Large Database Access with `mmap`

    Large Dolt databases are slow to interact with on the `dolt` command line. We implemented a solution using `mmap`. Turn it on for your large database if you want a faster `dolt` CLI.

    Read More
  9. GOLANG
    9 min read

    How slow is channel-based iteration?

    We benchmarked channel-based iterators v. those provided by the iter package and share the results.

    Read More
  10. AI
    38 min read

    A Data Importing AI Agent

    In this post, I'll walk you through my experience building an AI agent that can import data into Dolt.

    Read More
  11. WORKBENCH
    3 min read

    See What Changed in the Dolt Workbench

    We've been working on improving the workbench's support for Dolt's version control features. In this article, we'll discuss some enhancements that better reflect the state of working changes in the workbench.

    Read More
  12. TECHNICAL
    8 min read

    Run Bats with a Single Click on Windows using GoLand

    Running Bats on Windows can be tricky, but with GoLand and BashSupportPro, you can run Bats tests with a single click.

    Read More
  13. FEATURE RELEASE
    7 min read

    Introducing Nonlocal Tables

    Users asked for cross-branch tables in Dolt. We delivered.

    Read More
  14. DOLTGRES
    4 min read

    Failing 100 Real World Postgres Dumps

    We loaded 100 real world Postgres dumps and failed almost all of them. Read more to find out why we did this, and how we're solving these issues.

    Read More
  15. REFERENCE
    11 min read

    Testing Data with Dolt

    Dolt can help you keep your data clean. Read more to find out how!

    Read More
  16. INTEGRATION
    12 min read

    Vercel v0 Works with Dolt

    We've been exploring generative AI tooling and in this blog post we take a look at Vercel's v0.app tool that gives you a conversational interface for generating web apps. We build a small web app that loads data from a Dolt database, and use Dolt's version-control features to expose that version information in the web application.

    Read More
  17. TECHNICAL
    13 min read

    Multi-stage Docker Builds for Dolt

    How multi-stage Docker builds enable faster builds for release and source Dolt images.

    Read More
  18. REFERENCE
    8 min read

    Common Table Expressions in MySQL: How and Why with Examples

    Learn how to use common table expressions (CTEs) in MySQL, what they're good for, and try out some examples.

    Read More
  19. GOLANG
    7 min read

    We tried Go's experimental Green Tea garbage collector and it didn't help performance

    Go 1.25 includes support for an experimental new garbage collector called Green Tea. We tried it out with Dolt's main performance benchmarks and summarize what difference it made (not much).

    Read More
  20. GOLANGFEATURE RELEASE
    5 min read

    Grafana's metrics backend for go-mysql-server

    Grafana recently launched support for SQL queries in their metrics dashboards. We describe how they used go-mysql-server, a SQL query engine written in Go, to implement this feature.

    Read More
JOIN THE DATA EVOLUTION

Get started with Dolt

Or join our mailing list to get product updates.