Which postgreSQL connector package for Meteor?

building a data warehouse for reporting, analytics and monitoring.

what connector packages are you using?

Considering:

  • knex
  • sequelize
  • node-postgres
  • pg-promise - Promisified version of node-postgres)

Team went with http://bookshelfjs.org/ if anyone cares

2 Likes

Will that use apollo at some point in the stack?

I doubt any tight integration with Apollo anytime soon, since bookshelfjs is just an ORM. We use bookshelfjs in our GraphQL resolvers (using Apollo) to fetch data from postgres.

1 Like