Hacker News new | ask | show | jobs
by MoD411 3817 days ago
This is using sequelize as ORM so it should work with PostgreSQL too. I just haven't configured it yet.
1 comments

Does sequelize present PostgreSQL metadata the same way as MySQL?
According to their docs it should: http://docs.sequelizejs.com/en/latest/ I think it is only a matter of configuration and driver used. I did not have a chance to try it out with PostgreSQL though.