Installation Options
The QueryPlan proxy is a lightweight proxy that you can deploy between your application and your database. Instead of your code connecting directly to your database, it connects to the proxy. The proxy then connects to your database and returns the results to your code.
Efficiency
This is designed to be as efficient as possible in every way.
Tips
When running the proxy in a docker container on your mac or windows machine, you can either use the host.docker.internal address instead of localhost if your database
is running on the same machine. This is because...