Listen changes to a specific column
Hello, is it possible to listen for change in realtime for a specific column ? I have a
I would like to get all the document titles in sync with my app state. So I only need to listen for changes on the
So is it possible to listen for changes on a specific column? Or is there an alternative solution?
documents table in my database:I would like to get all the document titles in sync with my app state. So I only need to listen for changes on the
title column, but not on the content column (it would be a waste to download the payload each time the content changes while I only need the title?).So is it possible to listen for changes on a specific column? Or is there an alternative solution?