-
```
Error: provided identifier 'random-db-bane' is neither a valid url, nor known database name: provided database name is unknown. Valid database names are: ['','nearby-deathlok','','','','handy-mep…
-
```sh
$ turso db shell d1 "select 123456"
123456
123456
$ turso db shell d1 "select 1234567"
1234567
1.234567e+06
```
-
The `db replicate` show the logical database URL:
```
penberg@vonneumann turso % go run main.go db create
Created database equal-fairchild to Warsaw, Poland (waw) in 5 seconds.
HTTP connectio…
-
When I changed a password to a db and then connected to it using db shell, it seemed to connect correctly but then wasn't able to execute any statement:
```
turso db shell test
Connected to test …
-
Similar to #176:
```
$ turso db regions
ID LOCATION
Error: 401 Unauthorized - please login with turso auth login
```
Would be good to eliminate that header line if it's not going to be fol…
-
I did `db create` and `db replicate`, but now I see two logical databases, which is wrong:
```
penberg@vonneumann turso % go run main.go db list
NAME TYPE REGION …
-
```
Welcome to Turso SQL shell!
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x10 pc=0x10311e528]
goroutine 1 […
-
settings.json is still cluttered with nameless dangling replicas after a destroy. All relevant replicas should be removed after a destroy.
-
```
$ turso --version
turso version v0.32.0
$ turso db create old
Created database old to Amsterdam, Netherlands (ams) in 8 seconds.
```
The new CLI correctly sends me to ord.
This is not…
-
You can now get the logical database URL with `db show --url` but let's extend the command for discovering instance URLs too.