Skip to content

0.3.0

Compare
Choose a tag to compare
@tonsky tonsky released this 25 Aug 10:15
· 2 commits to 1158193396f59aba928c38bd8c36981391dcdcb8 since this release

Proper entities implementation:

  • Entities are now lazy and implement usual Map protocols
  • When accessing attribute of :db/valueType :db.type/ref, its value will be automatically expanded to entites, allowing for recursive exploration of entities graphs (e.g. (-> (d/entity db 42) :parent :parent :children))
  • Entities support backwards navigation (e.g. (:person/_friends (d/entity db 42)))