add sqlhooks

This commit is contained in:
Gustavo Chain 2021-11-13 19:34:27 +01:00 committed by Avelino
parent 32f58b233c
commit f9bccad34f

View File

@ -629,6 +629,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [pig](https://github.com/alexeyco/pig) - Simple [pgx](https://github.com/jackc/pgx) wrapper to execute and [scan](https://github.com/georgysavva/scany) query results easily.
* [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql.
* [Sqinn-Go](https://github.com/cvilsmeier/sqinn-go) - SQLite with pure Go.
* [sqlhooks](https://github.com/qustavo/sqlhooks) - Attach hooks to any database/sql driver.
* NoSQL Databases
* [aerospike-client-go](https://github.com/aerospike/aerospike-client-go) - Aerospike client in Go language.