method neonConfig.poolQueryViaFetch neonConfig.poolQueryViaFetch(): NeonConfig["poolQueryViaFetch"] Experimentally, when poolQueryViaFetch is true, and no listeners for the "connect", "acquire", "release" or "remove" events are set on the Pool, queries via Pool.query() will be sent by low-latency HTTP fetch request. Default: false. Return Type NeonConfig["poolQueryViaFetch"]