mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
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>