Fork me on GitHub
#fulcro
<
2017-11-10
>
mitchelkuijpers13:11:13

@currentoor I will be making a examle project with fulcro and shadow-cljs so stay tuned, I'll ping you once I am done

wilkerlucio16:11:42

please let us all know 🙂

urbank14:11:15

Where does PostgreSQLDatabaseManager come from here? https://github.com/fulcrologic/fulcro-sql

tony.kay18:11:48

@urbank sorry…docs need fixing. that is out of date

tony.kay18:11:42

you want build-db-manager

tony.kay18:11:02

or just DatabaseManager

tony.kay18:11:45

it was originally PostgreSQL only, and I generalized it but forgot to update the docs. If you want to use it with Fulcro, just use map->DatabaseManager with a component-using :config

tony.kay19:11:24

I pushed a change to the README…I think that’ll work now.

sundarj19:11:05

what is the reason behind defmutation not supporting the ability to specify the follow-on reads - is there some benefit to only specifying them in individual om/transact!s instead?

wilkerlucio20:11:46

I was trying to find, there was a recent discussion around it

wilkerlucio20:11:01

I coudn't find, but @tony.kay was talking about allowing that on Fulcro 2.0

sundarj20:11:56

ah. i see, thanks!