Joel Abitan
Joel Abitan
Hi, Can you please confirm that it works with php 7? I'm getting errors only when I run on a server with php7 and I'm wondering if it's me or...
Hi, Just read your [talk](https://wiki.postgresql.org/images/2/22/On_Rabbits_and_Elephants_-_pgCon_2011.pdf) and it's awesome! I can to this repo to try it out and test it, but when I run `psql server < pg_amqp.sql` I get...
Does the package support using schemas? ``` javascript // Instantiate LivePg class var liveDb = new LivePg(app.get('db_url') + '?ssl=true', 'myapp'); // Create a live select instance liveDb.select('SELECT * FROM connect.contact').on('update',...
Hi, I tried your documentation, but it failed and after checking I realized that your ``` javascript var liveDb = new LivePG('postgres://user:pass@host/db', 'myapp'); ``` should be ``` javascript var liveDb...