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
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.
The text was updated successfully, but these errors were encountered:
sebastiandanilonr
changed the title
Use existing PostgresSQL data and schema
Use pre-existing PostgresSQL data and schema
Aug 20, 2015
Is it possible to receive infos about the db/tables?
Sadly no, the underlying ORM is really hacky and we should switch it to a mature one like sequelize. But there are emerging some problems as well, you can check our thoughts on this here: https://github.com/storeness/sql
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.
The text was updated successfully, but these errors were encountered: