drizzle-team / drizzle-team/drizzle-orm
[DOCS]: sqlite docs show "execute" but that doesn't exist, I think you meant "run"
Open
db/sqlite
docs
docs/incorrect
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Enhancement hasn't been filed before.
- [x] I have verified this enhancement I'm about to request hasn't been suggested before.
### Describe the enhancement you want to request
https://orm.drizzle.team/docs/get-started-sqlite mentions `const result = await db.execute('select 1');`
https://github.com/drizzle-team/drizzle-orm/blob/main/drizzle-orm/src/sqlite-core/db.ts does not have an `execute` method. It does have a `run` method that can run arbitrary SQL.
Contributor guide
Assessment
This issue has not been assessed yet.