Using .DBWrapper('pg', [config object]), I thought ssl: true would be valid, as it is in the pg module itself.
This isn't the case, but a current solution is to append ?ssl=1 onto the database key. It would be useful if the former option was available.
Using .DBWrapper('pg', [config object]), I thought ssl: true would be valid, as it is in the pg module itself.
This isn't the case, but a current solution is to append ?ssl=1 onto the database key. It would be useful if the former option was available.