Postgres auto_explain module does not provide a plan for node-postgres queries
I am trying to optimize queries from my fastify(node) backend, using the auto_explain
module provided by PostgreSQL 10. However, no query information is being generated for queries coming in through my service, despite seeing them come through in the logs.