The default configuration for PostgreSQL.
The default configuration for PostgreSQL.
Assembles a configuration out of the provided property map.
Assembles a configuration out of the provided property map. This is the generic form, subclasses may override to handle additional properties.
the extracted properties from the URL.
the charset passed in to parse or parseOrDie.
(Since version 0.2.20) Use com.github.mauricio.async.db.postgresql.util.URLParser.DEFAULT.port
(Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.DBNAME
(Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.HOST
(Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.PASSWORD
(Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.PORT
(Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.USERNAME
(Since version ) see corresponding Javadoc for more information.
The PostgreSQL URL parser.