Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ExpansiveWorlds/instrumentedsql

A sql driver that will wrap any other driver and log/trace all its calls
https://github.com/ExpansiveWorlds/instrumentedsql

googlecloud logging opentracing sql tracing

Last synced: 3 months ago
JSON representation

A sql driver that will wrap any other driver and log/trace all its calls

Lists

README

        

[![GoDoc](https://godoc.org/github.com/ExpansiveWorlds/instrumentedsql?status.svg)](https://godoc.org/github.com/ExpansiveWorlds/instrumentedsql)

# instrumentedsql
A sql driver that will wrap any other driver and log/trace all its calls

## How to use

Please see the [documentation](https://godoc.org/github.com/ExpansiveWorlds/instrumentedsql) and [examples](https://github.com/ExpansiveWorlds/instrumentedsql/blob/master/sql_example_test.go)

## Roadmap

Reach API stability and decide what is in/out of scope for this package.
current plan is to include tracing, logging, metrics, and anything else that might fit into a wrapper, keeping everything optional and disabled by default.

## Contributing

PRs and issues are welcomed and will be responded to in a timely fashion, please contribute!

Contributors will contain all people (not companies) that have contributed to the project.
LICENSE will list all copyright holders.