Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 703 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 703 Bytes

gadget

A version of clojure.inspector/inspect-tree that includes reverse references when inspecting Datomic entities.

Usage

Clojars Project

Alternatively, you can just hotload the dependency in your project (cljr-hotload-dependency in Emacs).

(require '[gadget.core :as g])
(g/inspect-entity-tree (d/entity (d/db conn) 0))
;; notice that reverse references are included so you can walk the entire graph

Demo

gadget demo

License

Copyright © 2018 Brian Maddy

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.