-
Implement a feature that will sync all data from the ring (steps, heart rate, spo2) into a sqlite database.
The goal is to have a single `colmi_r02_client sync database_file.sqlite` command that wi…
-
This is a regression since v1.9.
When using `iterate` (or more generally, `mapped_view`) with `where()` (or more generally, a condition), I get an error:
```
sqlite_orm.h:15971:75: error: no viab…
-
## Description
Hello,
i'm running into this issue where `sea-orm-cli` does not seem to be able to open my DB file.
I'm generating the db and populating it via a programmatic migration so that part…
-
### What version of `drizzle-orm` are you using?
0.30.9
### What version of `drizzle-kit` are you using?
0.20.17
### Describe the Bug
The following async transaction doesn't work for any of the s…
-
I know the sqlite3_open_v2() can support the therad-safe. But it didn't be called by sqlite_orm.h
Can I just replace the sqlite3_open()/sqlite3_close() with sqlite3_open_v2()/sqlite3_close_v2() to …
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v20.15.0
- Nuxt Version: 3.14.0
- CLI Version: 3.15.0
- Nitro Version: -
- Package Manage…
-
### What version of `drizzle-orm` are you using?
^0.35.3
### What version of `drizzle-kit` are you using?
^0.26.2
### Describe the Bug
I got this error only on the Windows machine I've tried it o…
-
I'm trying to deploy the next version to vercel following all the steps.
But when I try to run the migrations from a cloned repo I get this error.
```sh
# npx drizzle-kit migrate
drizzle-kit: v0…
-
Followed the docker install instructions and was presented with the following error when trying to access the service.
```
SQLiteError: no such table: user
1
at prepare (bun:sqlite:280:…
-
**Is your feature request related to a problem? Please describe.**
The [hrana protocol](https://github.com/tursodatabase/libsql/blob/main/docs/HRANA_3_SPEC.md) specification is a standard protocol …