-
I created a database on one machine, but I am unable to access it from another machine:
```console
[penberg@turing ~]$ turso db list
NAME LOCATIONS URL
foo arn …
-
I'm connected to my db in `turso db shell`. I'm trying drop an index an I'm getting an error.
In shell I type `DROP INDEX idx_puzzlecomment_puzzle;`, hit enter I get this error on every/any index..…
-
When using a local database, e.g. `libsql://localhost:3030`, this library would use `https`. This fails because I can't access localhost over https. Please allow me to disable https, so that I can con…
-
I tried to create a db using the command ```turso db create my-db``` but it's showing the above error. What is wrong here?
-
I'm pretty certain that the shell used to work with sqld running locally, but it no longer does. This might have broken with #419. This was a great feature to have, and will be important also to work …
-
People will run `turso db tokens create`, which expires by default. Let's make a non-expiring token by default.
-
it is using old raw HTTP requests instead of the libsql driver, so it doesn't work with libsql protocol:
```
Error: failed to run shell: failed to connect to database: Post "libsql://popular-corne…
-
Show the database size as part of `db list`. Requires API work & integration with Fly.
-
This is derived from work that was already started in #273.
Some suggestions to make that output more insightful:
1. Show the total space used - this is the bottom line for billing and likely th…
-
When trying to fetch data from Turso DB where one table column has long integer (for me integer with 19 digit ). It is giving error **cannot be safely represented as a JavaScript number**
Full tr…