I'm trying to build a chatroom with Supabase realtime
onpostgreschanges insert I want to append the listview,
Right now I am refreshing database request when changes hit, but instead of that I wish if appending list works for better performance.
Same would be better if onupdate row, update based on id only instead of refreshing whole list