Skip to content

Commit

Permalink
readme: replace history with credits section
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Sep 16, 2021
1 parent 2b9e7a5 commit ef63338
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ sqltracing is a Go package for tracing database operations via an OpenTracing
tracer.
It can wrap any `driver.Driver` compatible SQL driver.

It is implemented as an interceptor for
[simplesurance/sqlmw](https://github.com/simplesurance/sqlmw).

## Documentation

Expand All @@ -22,13 +24,11 @@ See [example_test.go](example_test.go)
`Rollback()` are recorded as independent spans, instead of as child spans of
the `BeginTx()` operation

## History
## Credits

sqltracing is build on top of the [ngrok/sqlmw](https://github.com/ngrok/sqlmw)
SQL middleware and contains some modified code of
[luna-duclos/instrumentedsql](https://github.com/luna-duclos/instrumentedsql).
\
[ngrok/sqlmw](https://github.com/ngrok/sqlmw) is also based on
[luna-duclos/instrumentedsql](https://github.com/luna-duclos/instrumentedsql)
which is a fork of
[ExpansiveWorlds/instrumentedsql](https://github.com/ExpansiveWorlds/instrumentedsql).
sqltracing and simplesurance/sqlmw are based heavily on forks and the ideas of
the following projects:

- [ngrok/sqlmw](https://github.com/ngrok/sqlmw)
- [luna-duclos/instrumentedsql](https://github.com/luna-duclos/instrumentedsql)
- [ExpansiveWorlds/instrumentedsql](https://github.com/ExpansiveWorlds/instrumentedsql)

0 comments on commit ef63338

Please sign in to comment.