-
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…
-
The shell does not understand libsql URLs, so copy and pasting a URL isn't effective at all.
The shell also shows HTTP URLs with credentials when started. Instead it should probably show a libsql …
-
I discovered `.mode` by running `.help`:
```
.dump Render database content as SQL
.help List of all available commands.
.indexes List indexes in a table or database
.mode…
-
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…
-
libSQL has a virtual table -- `dbstat` -- which prints useful information about which tables/indexes use how much storage. Let's integrate it into the CLI to present this information in a more human-r…
-
```
✏️ 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…
-
`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…
-
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…
-
If am not authenticated, it spits this thing out:
```
penberg@vonneumann ~ % turso db create
Warning: we could not determine the deployment region closest to your physical location.
The region i…