← Back to Stormify Documentation

parse

fun parse(url: String, user: String? = null, password: String? = null): ParsedJdbcUrl

Parses url into a ParsedJdbcUrl. See the class KDoc for supported JDBC prefixes and behaviour. Explicit user / password override any credentials embedded in the URL's query string.