Registry /
database / libsql-libsql-client-go
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
libsql
✓ github.com/libsql/libsql-client-go
Creates a new libSQL client.
package main
import (
"fmt"
"github.com/libsql/libsql-client-go"
)
func main() {
// Example: create a client (adjust based on actual API)
client, _ := libsql.NewClient("http://localhost:8080")
fmt.Println(client)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20231215151033-bc1f2dc4de81latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.