Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS]: sqlite docs show "execute" but that doesn't exist, I think you meant "run" #4054

Open
1 task done
ubershmekel opened this issue Feb 2, 2025 · 0 comments
Open
1 task done
Labels
docs Improvements or additions to documentation

Comments

@ubershmekel
Copy link

Enhancement hasn't been filed before.

  • 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.

@ubershmekel ubershmekel added the docs Improvements or additions to documentation label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant