tursodatabase/turso-cli

Switch shell to use HTTP by default

Open

#910 opened on Sep 4, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (50 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (302 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, the shell uses the WebSocket protocol by default, but HTTP is better because it's more robust across different environments.

Contributor guide