drizzle-team / drizzle-team/drizzle-orm

[FEATURE]: Make SQLitePreparedQuery produce a then() and real promise

Open
#5,043 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
35.8k
Forks
1.6k
Avg merge
2d 7h
Merged PRs (30d)
4

Description

### Feature hasn't been suggested before.

- [x] I have verified this feature I'm about to request hasn't been suggested before.

### Describe the enhancement you want to request

Got this error
```javascript
Property 'then' does not exist on type 'SQLitePreparedQuery'.ts(2339)
```
the `.execute()` call needs to await.

Not sure if the new release has made it non-blocking or changed it, but please allow parallel fetching

versions used
```javascript
"@libsql/client": "0.5.3",
"drizzle-orm": "^0.30.10",
"drizzle-kit": "^0.21.4"
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.