-
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.…
-
libsql is a fork of sqlite which provide remote syncing support. We can add libsql service so that users can access data stored at https://turso.tech/.
-
### 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…
-
Just after installing turso CLI with `brew install tursodatabase/tap/turso` command I got a message that newer version is available
> Friendly reminder that there's a newer version of Turso CLI ava…
-
I think that right now we have to create databases under an organization.
In the API wrapper, in the `create` method, the path is `/v1/databases`, but that doesn't exist, the path is `/v1/organizatio…
-
no more changing db, **this is final** - drizzle schema needs to be updated to sqlite
also need to re-implement `asset` data [which will need to be linked to a user] plus ALL endpoints
`games` and `…
-
If I create a new connection which I also use for embedded replica, with such connection I am not able to make new inserts
sample script:
```python
import os
import libsql_experimental as li…
-
When I try to run the script, it says "bunx: command not found."
This itself is workaroundable, just use "bun x," so, "bun x drizzle-kit push:sqlite," but this itself leads to:
```
[5.18ms] ".e…
-
I'm trying to use Atlas but if I set up my atlas.hcl as such:
```
env "local" {
src = "file://schema.sql"
url = "libsql://data/local.db"
dev = "libsql://data/atlas.db"
}
```
Then I get…
-
### What version of `drizzle-orm` are you using?
^0.28.2
### What version of `drizzle-kit` are you using?
^0.19.12
### Describe the Bug
While inserting a row on libsql and calling `get(…