Back to Browse

Install and Setup LibSQL database Locally with Docker and Golang

481 views
Sep 29, 2024
33:53

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

Download

0 formats

No download links available.

Install and Setup LibSQL database Locally with Docker and Golang | NatokHD