tjwebb / pg-json-schema-export

Export Postgres schemas as JSON ( tables, constraints, sequences)
https://www.npmjs.org/package/pg-json-schema-export
MIT License
38 stars 18 forks source link

build: update all dependencies #13

Closed EvanTimmermann closed 4 years ago

EvanTimmermann commented 4 years ago

Switch pg.js dependency to pg as the latest verion of knex requires such.

EvanTimmermann commented 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.