drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: Support for auto-instrumentation (e.g. sqlcommenter)
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Describe what you want
First of all, Drizzle is an awesome tool, thank you for all your efforts to bring it to life.
My question: Is there any support planned for auto-instrumentation frameworks such as [sqlcommenter](https://google.github.io/sqlcommenter/)?
This would be useful because it would augment SQL statements with contextual information from application code at runtime. This makes it easier to correlate slow or problematic SQL queries directly with specific parts of the app code, helping with issues like debugging and performance optimization. LMK your thoughts!
Contributor guide
Assessment
This issue has not been assessed yet.