🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Go

Description

Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.

Examples

Dependency:
go get github.com/testcontainers/testcontainers-go/modules/dolt
Usage:
doltContainer, err := dolt.Run(ctx, "dolthub/dolt-sql-server:1.32.4")