Fork me on GitHub
#re-frame
<
2019-03-27
>
ag22:03:01

how do you get the hold of db in a sub with a signal? e.g.

(reg-sub
::foo-n-bar
:<- [foo]
(fn [foo]
   ;; how do I get to db here?
  )