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

The First Release

Compare
Choose a tag to compare
@mxstbr mxstbr released this 14 Oct 14:38
· 51 commits to master since this release
b0eba9d

rethinkdb-inspector is alive! This initial release supports one callback, onQuery:

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