-
### Describe what you want
sqlite implements geospatial queries using the R*Tree extension ([https://www.sqlite.org/rtree.html](url)), and full text search using the FTS5 extension ([https://www.sqli…
-
The `turso db create` command suggests running `turso db show`, but it's extremely verbose:
```penberg@vonneumann ~ % turso db show bright-cobweb
Name: bright-cobweb
URL: …
-
### Describe the feature
- db0 to Turso with Drizzle ORM support.
I believe I'm close to having it working, will PR soon if nobody else does.
![image](https://github.com/unjs/db0/assets/6774603…
-
From time to time my server is unable to connect to turso database due to this error: `sqlalchemy.exc.DatabaseError: (sqlite3.DatabaseError) HRANA_WEBSOCKET_ERROR: WebSocket was closed`
This is the…
-
from sqlalchemy import create_engine
import os
url = os.getenv("TURSO_DATABASE_URL")
auth_token = os.getenv("TURSO_AUTH_TOKEN")
engine = create_engine("sqlite+libsql://", echo=True)
Bas…
-
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. Import that using shell: `$ turso …
-
### Package
@lucia-auth/session-drizzle
### Describe the bug
Not sure which exactly package started to cause the issue, since I had none before, but after I removed lock file, the error appeared:
…
-
It's not always obvious where to replicate database when using edge functions. For example:
https://twitter.com/jokcylou/status/1643895796050575362
Let's implement a `turso db hints` command, wh…
-
Stack overflow exception then trying to get sqlite schema on an empty turso database on Windows (only). Works on linux (Fedora v40), unknown for MacOs.
```
use libsql::{Builder, Connection};
…
-
The `turso db create` command silently ignores `--location` and instead just adds the database to the default placement group:
```
penberg@vonneumann libsql % turso db create foo --location cdg
C…