Blog

PRODUCTS

KEYWORDS

0 matching articles.
  1. Dolt scales to millions of versions, branches, and rows. Dolt uses a Git-style commit graph and a novel data structure called a Prolly Tree to achieve this feat.

    8 min read
    Read More
  2. Column Tags

    Dolt tables have a hidden field for each column in a table called a column tag. Hopefully, most users won't ever have to deal with column tags but in some cases, working with column tags is necessary. This art…

    9 min read
    Read More
  3. We've added the ability to enable Dolt Archives with Automatic Garbage Collection. Find out how!

    4 min read
    Read More
  4. Doltgres supports SQL extensions to examine your schema elements in any SQL client. This blog post demonstrates how to use them.

    4 min read
    Read More
  5. Dolt models its version control functionality after Git, including working sets and staging areas. These Git-specific concepts can be tricky for beginners coming to Dolt from other SQL databases. This article …

    6 min read
    Read More
  6. go:generate was designed to solve a very specific problem. Does it succeed?

    8 min read
    Read More
  7. Customer Per Branch

    A very common Dolt usage pattern is what we call customer per branch. The main branch of your Dolt database is used for schema and domain data. Each customer's data is stored on a separate customer-specific br…

    6 min read
    Read More
  8. Stored Procedures V2

    Dolt is a version controlled database, think if Git and MySQL had a baby. Our goal is to have Dolt be a drop-in replacement to MySQL; this includes support for Stored Procedures. A Brief History Stored …

    2 min read
    Read More
  9. Recent updates to Doltgres compatibility for Postgres extensions to UPDATE

    3 min read
    Read More
  10. After using Cursor to try and solve simple issues in our open source project, Dolt, this technology reminds me of searching the web in 1998. It's one step function improvement away from being awesome.

    13 min read
    Read More
  11. ProxySQL Works with Dolt

    In today's post we dive into how you can run ProxySQL in front of a Dolt read-replication cluster.

    17 min read
    Read More
  12. What happens when your dependency stops working how you expect... but only on Mac?

    10 min read
    Read More
  13. We're continuing to make progress on DoltgreSQL, which is a version of Dolt built to be a drop-in replacement for PostgreSQL. Dolt is a MySQL compatible database that is built from the ground up with Git-infl…

    5 min read
    Read More
  14. Trade shows or conferences are sales events we reluctantly spend money on even though our attendance has not generated a single sale. Why do we keep going?

    8 min read
    Read More
  15. Dolt is a Structured Query Language (SQL) database. This article goes over basic SQL INSERT, UPDATE and DELETE queries used to modify data in a Dolt database.

    5 min read
    Read More
  16. Anatomy Of A SQL Engine

    May marks five years since Dolt adopted go-mysql-server. Today we summarize the current state of GMS by walking through a query's journey from parsing to result spooling. Overview SQL engines are the log…

    14 min read
    Read More
  17. Django Works with Doltgres

    We've built sample applications for Dolt in most languages and using many frameworks. Last year, we build a Django sample application against Dolt. That same application works against Doltgres with only config…

    3 min read
    Read More
  18. We tried Junie, the new JetBrains AI coding agent, and, well, she sucks too.

    9 min read
    Read More
  19. Importing PostgreSQL data dumps into Doltgres continues to improve.

    9 min read
    Read More
  20. A demonstration, complete with sample code, on how to use Knex.js with Doltgres, the Postgres flavor of Dolt which has recently gone Beta.

    15 min read
    Read More
  21. Tim Sehn

    Tim's Weekly DoltHub Update

    Stay in the loop and join the community on Discord