-
### What version of `drizzle-orm` are you using?
0.28.6
### What version of `drizzle-kit` are you using?
0.19.13
### Describe the Bug
The error message:
```
- error ./node_modules/be…
-
```
turso db shell mighty-night .dump > my_db.sql
Error: failed to execute SQL: SELECT * FROM 'users'
Response is too large
```
This was previously reported here: https://github.com/libsql/sqld…
-
I'm having an issue with running turso from fish shell. When I type `turso` in fish, I get `turso: command not found`. However, when I switch to bash shell, turso works fine and shows the expected out…
-
### Package
lucia
### Describe the bug
clone this repo & switch to `sqlite` branch to see the error -> https://github.com/deadcoder0904/next-13-lucia-auth-drizzle-turso-sqlite-magic-link/tree/sqlit…
-
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…
-
### Link to the code that reproduces this issue
The latest canary server actions no longer works in VM due to host/origin check, so here's a GH repo: https://github.com/khuezy/server_actions_bug
h…
-
I am currently building a benchmark ([benchmark-postgres-vs-libsql](https://github.com/akoenig/benchmark-postgres-vs-libsql)) to test the performance of Postgres compared to libSQL (hybrid). The examp…
-
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://…
-
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…
-
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…