Closed EvanTimmermann closed 4 years ago
Hey @tjwebb,
I was digging through issues I encountered when trying to use https://github.com/juliandavidmr/sails-inverse-model and found that the out of date dependencies of knex
caused authentication issues when connecting to my AWS PostgreSQL RDS. I also switched the package to use pg
instead of pg.js
as it seemed the latest version of knex
didn't play nicely with pg.js
.
Switch
pg.js
dependency to pg as the latest verion of knex requires such.