From 07500e77034effb78c435879a389cdd8166fedc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Fri, 5 Feb 2021 09:42:00 +0100 Subject: [PATCH] README: fix link to instrumentedsql package Project [github.com/ExpansiveWorlds/instrumentedsql](https://pkg.go.dev/github.com/ExpansiveWorlds/instrumentedsql) has been forked by her own original author as [github.com/luna-duclos/instrumentedsql](https://github.com/luna-duclos/instrumentedsql). The original package in unmaintained. So this patch fixes fixes the link to the active fork. The link points to API documentation at pkg.go.dev. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b4e2b8..8740095 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Note that only calls to context-aware DB functions will be traced (e.g. db.Query ## Comparison with existing packages -There is an existing package https://github.com/ExpansiveWorlds/instrumentedsql which uses the same approach by wrapping +There is an existing package [github.com/luna-duclos/instrumentedsql](https://pkg.go.dev/github.com/luna-duclos/instrumentedsql) which uses the same approach by wrapping an existing driver with a tracer, however the current implementation provides the following features: - Pass custom naming function to name spans according to your needs. - Option to enable/disable logging of SQL queries.