Tuesday 26 March 2019

KnexJS and Postgresql

I'm a self taught noob, that is a about to begin interning as a developer. I've been told to run an app locally and debug the code. The app uses KnexJs and Postgres.I have cloned the app locally and installed all the dependencies required but when I run it get an error:"Error: knex: Required configuration option 'client' is missing."Couple things I'm not sure about: - If I need a Postgres admin locally - How I configure my local clone to talk to the database - How Knex talks to the database - How to configure KnexI have no prior experience in KnexJs or Postgres, so I am open to suggestions and directions to understand these technologies.

Submitted March 26, 2019 at 09:47AM by nmutuaaym

No comments:

Post a Comment