-
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…
-
### What version of `drizzle-orm` are you using?
0.28.6
### What version of `drizzle-kit` are you using?
_No response_
### Describe the Bug
In the documentation, the hyperlink to the 'Supported D…
-
I have a relational setup that I would like to just give me an `{:error, changeset}` tuple back for when the foreign record doesn't exist. However, no matter what I put I always get this error:
```…
-
### Describe what you want
Hi,
I've been trying out drizzle together with turso and really liking it so far!
But one thing I did seem to miss: there's no transaction blocks in the SQL generated b…
-
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.…
-
### Astro Info
```block
Astro v4.5.8
Node v20.11.0
System macOS (arm64)
Package Manager npm
Output hybrid
Adap…
-
Hello! Currently trying out Turso for a new personal project and ran into a little bit of a blocker.
After installing the libsql-client crate with default feature flags, (0.32.0)
![image](https://…
-
`assetId` **will be passed as a form param** as well as an auth key; will then get that asset data from the database.
if that asset does not have an existing 128px clone [checked by `is_optimized …
-
I got this error when i used turso db create for the first time.
```
╰─ turso db create
Error: could not create volume for app `turso-default-sandrinjoy`: error creating volume: create volume fail…
-
Today it's not easy to know what version of sqld is being used with `turso dev`. It would be good to have a `--version` flag for that, and also something in the message on stdout when it's launched.