I am migrating a project from Google Cloud Datastore, and since I am mucking with it anyway I decided I want to move to PostgreSQL because my project better fits a relational model.
The state of Node ORMs seems a bit weak, at least from the last time I had to use Sequelize about a year ago. Documentation was spotty and frustration abounded. The comparisons I can find right now seem to indicate that Sequelize is actually my best option. Can anyone suggest alternatives? Are query builders like Knex better-supported?