I need to access a database that requires whitelisted IPs. In order to have a static IP I am using Proximo AddOn on Heroku. It allows me to use a proxy for outbound connections.
Can I use that proxy to access a database? I searched on ActiveRecord documentation but I couldnt find any reference.