-
Notifications
You must be signed in to change notification settings - Fork 3.5k
docs(sqlite): replace deprecated Database.exec with Database.run in examples
#24482
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
base: main
Are you sure you want to change the base?
Conversation
Replace deprecated `.exec` method with `.run` in documentation examples across: - docs/bundler/fullstack.mdx - docs/runtime/http/server.mdx - docs/runtime/sqlite.mdx - packages/bun-types/sqlite.d.ts
WalkthroughThis change updates SQLite database operation method calls from Changes
Pre-merge checks✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (4)
🧰 Additional context used🧠 Learnings (4)📓 Common learnings📚 Learning: 2025-10-15T04:01:16.478ZApplied to files:
📚 Learning: 2025-09-26T01:36:48.705ZApplied to files:
📚 Learning: 2025-09-30T02:56:30.615ZApplied to files:
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What does this PR do?
Updates instances of deprecated
Database.execmethod withDatabase.runin documentation examples across:How did you verify your code works?
No runtime changes were made; this is purely a documentation update, verified by building and previewing locally.
References
Database.exec(alias ofDatabase.run)