dockerised-php
dockerised-php copied to clipboard
How to add a PDO driver for PostgreSQL?
This is really cool and I learned a lot but it seems the only pdo driver included is sqlite.
I need to access a postgres database on a remote machine with this. How do I add it? I have searched docker hub and every extension I can find is using mysql (ick).
Thanks for any tips.