Added by: ivory
Jul 11, 2023
Version

~> Dolt

Description
📀 Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository. Connect to Dolt just like any MySQL database to run SQL queries.
Links
Install (execute in workspace terminal)
wrk install dolt==1.7.4
Remarks and hints
# Create place to store your databases
cd ~
mkdir dolt
cd dolt

# start the server on port 3306
dolt sql-server

# If you need dolt server running as daemon

wrk start dolt "cd ~/dolt && dolt sql-server"

# and restart workspace

wrk kill
Scripts
# Istall script # Start script

compatible with all workspaces

no compatibility requirements