qustavo / sqlhooks

Attach hooks to any database/sql driver
MIT License
652 stars 44 forks source link

Add Error handler #10

Closed qustavo closed 6 years ago

qustavo commented 7 years ago

There's no way to react when Query|Exec fails. Hooks interface should define an Error handler.