Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

v0.2.0: onQueryComplete

Compare
Choose a tag to compare
@mxstbr mxstbr released this 29 Oct 12:10
· 44 commits to master since this release
c8f2519

Add onQueryComplete callback to get performance information from queries! 🎉

inspect(r, {
  onQueryComplete: (query, time) => {
    console.log(query, time);
  },
});