Bug Fixes
-
Handle digital ocean connection strings correctly (#83)
- Digital Ocean postgres connection strings use
postgresql:
as the schema instead ofpostgres:
- Digital Ocean postgres connection strings specify
?sslmode=require
and the connections fail unless the ssl mode is enabled.
- Digital Ocean postgres connection strings use