-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Running libsql inside a docker container.
turso db shell http://localhost:8080/ .dump
immediatelly stops without returning anything on a database that has data.
The same behaviour is observed when running the command manually inside a shell session:
turso db shell http://localhost:8080/
Connected to http://localhost:8080/
Welcome to Turso SQL shell!
Type ".quit" to exit the shell and ".help" to list all available commands.
→ select count(*) from maps;
COUNT(*)
297
→ .dump
→
Versions
turso-cli v0.98.1
ghcr.io/tursodatabase/libsql-server:28294c9 (latest atm)
uriasmg
Metadata
Metadata
Assignees
Labels
No labels