tursodatabase / libsql-client-go

Go client API for libSQL
MIT License
159 stars 23 forks source link

Can't connect to local "turso dev" db #118

Closed Xexr closed 3 months ago

Xexr commented 3 months ago

On v0.90.3 and before I could connect to a locally running server that was spun up via "turso dev" with the command "turso db shell http://127.0.0.1:8080"

As documented here: https://docs.turso.tech/cli/db/shell

Somewhere after that version, now I've updated to the latest I get the error "Error: could not find a database with the hostname 127.0.0.1"

I've confirmed this behaviour is the same on my PC (ubuntu in WSL2) and my Macbook Pro (M1 Max running OSX 14.4)

Thanks

Xexr commented 3 months ago

Resolved in v0.90.7 - many thanks for the speedy resolution