Hello and thanks for this repo.
It's possible to retrieve info for an existing postgres database (preexisting tables, function,etc)?
I have a postgres database and i want to show the already existing info on a angular-meteor based app using this package.
UPDATE: I read that i can´t use pre-existing tables because they don´t have triggers. It's possible to add the triggers directly on postgres and make it work?
Thanks for your help.