tursodatabase / libsql-shell-go

7 stars 7 forks source link

Make sure the endpoint is HTTP before making the req #165

Closed avinassh closed 4 months ago

avinassh commented 4 months ago

The CLI might configure the DB URL to websocket. In that case, we switch to HTTP for /dump calls.