Skip to content

bmaddy/gadget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A version of inspect-tree that displays reverse references for Datomic entities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published