-
Failing that is there a way to install extensions to the litedb manually?
-
My config:
```yml
services:
turso:
image: ghcr.io/tursodatabase/libsql-server:v0.23.0@sha256:2e5fca03933b72de748cc0370cdbf494b82e010c7df98904f6ab2ff06b571fce
ports:
- "8080:808…
-
### Description
Hello, first of all, thank you for such great work.
I'm trying to get it working with FrankenPHP (that uses thread safe builds) but Turso php client seems to be built with PHP NTS.…
-
It's still a low priority, but it might be fun to like posts.
For this I need to think about data persistence.
[Qwik makes Turso a first-class citizen, so you might want to use that.](https://qwik…
-
Right now logs from `node02` are being stored in a turso database, I don't want to exced the free tier so make sure to build something to purge logs older than 2 weeks
Check on [this](https://github.…
-
It would be nice to have drivers for Turso and libsql
Turso is an edge-hosted, distributed database that's based on libSQL , an open-source and open-contribution fork of SQLite. Connecting to …
-
We don't ship extensions with the libsql-server docker image. Lets ship those which we are using the platform
https://docs.turso.tech/reference/extensions
-
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…
-
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…
-
Hi, how is it possible to use turso from a worker?
You have the "cloudflare" flag for it.
But the only methods to create a remote connection, that I believe its what I have to use, force me to e…