turso-cli icon indicating copy to clipboard operation
turso-cli copied to clipboard

Command line interface to Turso.

Results 119 turso-cli issues
Sort by recently updated
recently updated
newest added

when I try to execute `turso dev`, it gives me following error: ``` You are not logged in, please login with turso auth login before running other commands ``` Users...

If you run `turso db update`, you will update the database software on all the databases in the same group. We should consider renaming the command to `turso groups system-upgrade`...

enhancement
question

Hello, I have a relatively large dump file (about 240MB) and am having trouble executing it on my turso instance with the command `turso db shell somedb < dump.sql` as...

Looks like your Drizzle Studio version has problems executing default SQL when adding rows. Not sure where else to file this :) Using Drizzle, I have a schema that looks...

After upgrade to the latest v0.92.1 version of the `turso` cli, and when using local db started with ``` turso dev -p 8765 --db-file local.db ``` the following code using...

Currently, we don't support `.import` statements. So, to import CSV we have to do a workaround: 1. Create a temporary DB and import CSV 2. Export the db dump 3....

I'm in Norway, so I would expect that either London or Frankfurt would be the best/fastest/closes option. However when I run `turso db locations -l` I'm shown that `ewr` is...

I am trying to write a bash script to extract some data from the database in csv format and typically I would do this as > sqlite3 my.db ".mode csv"...

Since we started using websockets in CLI, we are seeing unhelful error messages sometimes: ``` Error: driver: bad connection: failed to read JSON message: failed to get reader: failed to...

If someone is on the scaler plan, for example, and has an organization, it's impossible to downgrade because the starter plan doesn't give you organizations. Let's improve the flows somehow...

enhancement