-
### 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…
-
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(…
-
I'm here because I'm having an issue using createClient in my own app, which is separate but related to this issue.
I cloned this repository, followed the instructions to create a turso db, and add…
-
Reproducer:
1. Create a group with some locations:
```
turso group create grouptest --location waw
```
2. Add more locations to this group:
```
turso group locations add grouptest gru
```
3. …
-
please help me