@override String get connectionURL { return "postgresql://$username@$host:$port/$database${secure ? '?sslmode=require' : ''}"; }