You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Instantiate LivePg classvarliveDb=newLivePg(app.get('db_url')+'?ssl=true','myapp');// Create a live select instanceliveDb.select('SELECT * FROM connect.contact').on('update',function(diff,data){ ... });
breaks with this error
$ statement: DROP TRIGGER IF EXISTS "myapp_contact" ON "contact"
$ relation "contact" does not exist, skipping
So I was wondering if there is anything that I would have to tweak in order to make this work for a pg database with schemas.
Thanks
The text was updated successfully, but these errors were encountered:
Does the package support using schemas?
breaks with this error
So I was wondering if there is anything that I would have to tweak in order to make this work for a pg database with schemas.
Thanks
The text was updated successfully, but these errors were encountered: