Files
bun.sh/packages
Claude Bot b15373bacc Add SQLQueryPerformanceEntry support for MySQL and PostgreSQL
Implements SQL query performance tracking that integrates with the Performance API:

- Adds SQLQueryPerformanceEntry C++ class extending PerformanceEntry
- Adds `performanceEntries: boolean` option to SQL constructors
- Tracks query timing with SQL command extraction (SELECT, INSERT, etc.)
- Integrates with performance.getEntries(), getEntriesByType(), getEntriesByName()
- Includes security-conscious approach (excludes parameter values)
- Works with MySQL and PostgreSQL connections

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-28 06:55:03 +00:00
..
2025-07-10 00:10:43 -07:00
2025-07-10 00:10:43 -07:00