Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Schemas #9

Open
shalomabitan opened this issue Feb 29, 2016 · 0 comments
Open

Using Schemas #9

shalomabitan opened this issue Feb 29, 2016 · 0 comments

Comments

@shalomabitan
Copy link

Does the package support using schemas?

// 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', 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant