connectionUrl property

String connectionUrl

Implementation

String get connectionUrl =>
    "postgres://$username:$password@$host:$port/$dbName";