Install and Setup LibSQL database locally using Golang and Docker
Install SQLD
```
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/libsql/releases/download/libsql-server-v0.24.25/libsql-server-installer.sh | sh
OR
brew install sqld && brew tap libsql/sqld
OR
docker run -p 8080:8080 -d ghcr.io/tursodatabase/libsql-server:latest
```
- https://github.com/tursodatabase/libsql
- https://github.com/tursodatabase/libsql/tree/main/libsql-server
- https://github.com/tursodatabase/libsql/blob/main/docs/BUILD-RUN.md