-
```
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 […
-
`db` verbs:
- create
- list
- destroy
`org` verbs:
- create
- list
- destroy
`auth api-tokens` verbs:
- create
- list
- revoke
Everything looks good up until `revoke`. Any reason not…
-
You can now get the logical database URL with `db show --url` but let's extend the command for discovering instance URLs too.
-
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 …
-
66602635 introduced a global `client` variable. Its initialization expects user to be logged in and fails otherwise.
-
If I send:
```json
{"statements":["BEGIN",{"q":"update users set coins = ? where id = ?","params":[1,"001"]},"COMMIT"]}
```
I get this error from sqld:
> Error: invalid type: integer `1`, e…
-
Let's add `TURSO_API_TOKEN` environment variable for configuring the access token. This is useful for headless environments, for example.
-
settings.json is still cluttered with nameless dangling replicas after a destroy. All relevant replicas should be removed after a destroy.
-
> Friendly reminder that there's a newer version of Turso CLI available.
> You're currently using version v0.36.0 while latest available version is v0.34.0.
> Please consider updating to get new fea…
-
Currently the CLI requires use of a locally running browser to handle the auth flow. This doesn't work at all for users working on a remote shell. There should be a way to get a token on a local mac…