-
### Describe the solution you'd like
This DB client is looking great!
[Turso](https://turso.tech/) has launched a DB that is getting very popular. It's based on [libsql](https://github.com/tursoda…
-
Hey, I wanted to try out Turso's syncURL feature and for that it creates a local db file to read from and syncs any written data remote first before it writes it locally.
**Error**
However, I am…
-
Luiz Benevenuto pointed out that `turso db destroy`, for example, is unusable in CI/CD environments because it's interactive. Let's add a `--force` or `--yes` flag to `turso db destroy` to make it usa…
-
## Problem
The `createMany` operator is unavailable for SQLite, whilst it is available like this:
```sql
INSERT INTO `main`.`sometable` (path1, path2) VALUES
(someValue, otherValue),
(oneMore…
-
I just did a fresh install (with the env var changes - thanks for that btw) When I run the app and try to register a tenant I get the following error:
```
AxiosError: Request failed with status code…
-
### What version of Bun is running?
1.0.1+31aec4ebe325982fc0ef27498984b0ad9969162b
### What platform is your computer?
Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps can repr…
-
Decoupled from #9
Some context:
- We want to allow a demo to be deployed directly from **/templates/agent**
- Everything works (see [this demo](https://create-rubric-app.vercel.app/)) except for…
-
TLDR;
When executing a fetch request from a serverless function it sometimes fails returning a UND_ERR_CONNECT_TIMEOUT on a Nex.js production environment hosted on Vercel.
I currently have a Next.…
-
I'm trying to deploy a Turso client with a embedded replica in a SvelteKit app.
exporting the client:
```ts
import { AUTH_TOKEN, DB_URL, SYNC_URL } from '$env/static/private';
import { createC…
-
LibSQL is an awesome fork of SQLite, that essentially makes it easy to use SQLite remotely, say, for using edge databases. It's maintained by Turso (I'm not affiliated, but I do use them for DBs)
I…