[solved] DB change not being reactive?

Isn't
createResource
reactive? I have one and when I changed the value in the db the fetcher didn't respond. Or is reactivity just within the code base interactivity? Or should I be using
createMemo


So, I tried
createMemo
together with
createEffect
but that doesn't seem to be working either. My initial try was with
createResource


Thoughts?
CleanShot_2023-03-14_at_12.44.43.png
Was this page helpful?