[PHP-DB] Realtime connection to postgres database

2020-11-09 Thread Rodrigo Sánchez
Hi everyone, I have a table (html), that is connected to postgresql database (v9.6). I want that every time there is a change in the database, the table changes immediately. I am talking about a realtime connection between html table and postgres database via php (v7.4). (without having to

Re: [PHP-DB] Realtime connection to postgres database

2020-11-09 Thread Karl DeSaulniers
Is this what you are looking for? https://www.postgresql.org/docs/9.6/monitoring-stats.html or maybe this? https://github.com/supabase/realtime Google Foo: real-time connection to postgresql