[DOCS]: sqlite docs show "execute" but that doesn't exist, I think you meant "run" #4054
Open
1 task done
Labels
docs
Improvements or additions to documentation
Enhancement hasn't been filed 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 arun
method that can run arbitrary SQL.The text was updated successfully, but these errors were encountered: