1. AIREFERENCE
    11 min read

    So you want an AI Database?

    Tim Sehn|

    Here at DoltHub, we built the world's first version-controlled SQL database: Dolt. What do version control and databases have to do with Artificial Intelligence (AI)? It turns out, a lot. At first, we were skeptical about the AI revolution, but the...

    Read More
0 matching articles.
  1. WEB
    7 min read

    Migrating our Blog from Gatsby to Astro

    How we migrated our blog from Gatsby to Astro for better performance, simpler maintenance, and improved developer experience

    Read More
  2. AI
    12 min read

    Agentic Web Crawling

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

    Read More
  3. 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
  4. 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
  5. DATASET
    4 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. DOLTGRES
    6 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
  7. INTEGRATION
    11 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
  8. 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
  9. 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
  10. GOLANG
    8 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
  11. AI
    34 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
  12. 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
  13. 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
  14. FEATURE RELEASE
    7 min read

    Introducing Nonlocal Tables

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

    Read More
  15. DOLTGRES
    5 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
  16. REFERENCE
    11 min read

    Testing Data with Dolt

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

    Read More
  17. INTEGRATION
    13 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
  18. TECHNICAL
    12 min read

    Multi-stage Docker Builds for Dolt

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

    Read More
  19. REFERENCE
    7 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
  20. 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
JOIN THE DATA EVOLUTION

Get started with Dolt

Or join our mailing list to get product updates.