sqlhooks v0.3 Release Notes

Release Date: 2016-06-02 // almost 8 years ago
  • 🔄 Changes:

    • Hooks receive a Context rather than (query, args) tuple
    • All hooks have the same signature
    • Hooks are now an interface rather than a concrete Type
    • Hooks can stop execution (thanks @nkev)