-
I am on Mac with Safari and `turso auth login` is just stuck on waiting for authentication:
```
penberg@vonneumann iku-turso-cli % turso --version
turso version v0.38.0
penberg@vonneumann iku-tu…
-
We had someone ask for the JSON1 extensions. However, they are already integrated to SQLite: https://wiki.tcl-lang.org/page/SQLite+extension+JSON1, but don't work:
```console
→ json_object('ex','…
-
Table schema
```
CREATE TABLE IF NOT EXISTS counter(country TEXT, city TEXT, value INT, PRIMARY KEY(country, city)) WITHOUT ROWID
```
Insert/Update
```
curl -X POST -d '{"statements":[{"q":"inse…
-
`libsql-shell`
```
→ create table alltypes (t text, i integer, r real, b blob)
→ insert into alltypes values ("text", 99, 3.14, x'0123456789ABCDEF')
→ select * from alltypes
Error: sql: Scan err…
-
Thank you for typos-vscode Oliver.
Unfortunately, I don't see a way to use/activate it. My setup:
- `0.1.10` from the Marketplace. I did NOT install/download `typos-lsp`.
- no `typos.toml, _typos…
-
We need a way to *name* replicas, but then we can write an integration test for replication that does:
```
turso db create d1
turso db shell d1 "CREATE TABLE users (email TEXT)"
turso db shell d…
-
To merge after turso-cli integration:
We wanna change from readline to [go-promt](https://github.com/c-bata/go-prompt) since it's a more complete library that will help us to autocomplete user input l…
-
```
✏️ We are so happy you are here! Now that you are authenticated, it is time to create a database:
turso db create
```
This is great advice for first time users of the CLI, but possibly dis…
-
- Replace all error messages resulting from database not found to suggest using turso db list to find the ones that do.
- Replace all error message resulting from a specific instance not found to s…
-
If I issue a command targeting a database that doesn't exist:
```
$ turso db destroy non-existing-db --instance existing-instance-elsewhere
Error: instance not found
```
The error suggests th…