Skip to content

a631807682/sqlcommenter-hertz

Repository files navigation

sqlcommenter-hertz

hertz middleware for https://github.com/google/sqlcommenter

sqlcommenter is a suite of middlewares/plugins that enable your ORMs to augment SQL statements before execution, with comments containing information about the code that caused its execution. This helps in easily correlating slow performance with source code and giving insights into backend database performance. In short it provides some observability into the state of your client-side applications and their impact on the database’s server-side.

Usage

    ...
    h.Use(sqlcommenterhertz.SQLCommenterMiddleware())

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages