You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using api-service as a proxy between PostgreSQL and client
so JSON.parse result from PostgreSQL and JSON.stringify the result to client is unnecessary and only eat service time.
Could I switch off parsing response from PostgreSQL into JSON?