Dolt SQL Server

The open-source Dolt database ships a MySQL-compatible SQL server (dolt sql-server) over the MySQL wire protocol, giving the same versioned database hosted on DoltHub a self-hostable, drop-in SQL interface for any MySQL client or driver.

API entry from apis.yml

apis.yml Raw ↑
aid: dolthub:dolt-sql-server
name: Dolt SQL Server
tags:
- Dolt
- MySQL
- SQL Server
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.dolthub.com/sql-reference/server/sql-server
baseURL: https://github.com/dolthub/dolt
properties:
- url: https://docs.dolthub.com/sql-reference/server/sql-server
  type: Documentation
- url: https://github.com/dolthub/dolt
  type: GitHub
description: The open-source Dolt database ships a MySQL-compatible SQL server (dolt sql-server) over
  the MySQL wire protocol, giving the same versioned database hosted on DoltHub a self-hostable, drop-in
  SQL interface for any MySQL client or driver.