Liking cljdoc? Tell your friends :D

sqlingvo.url


formatclj/s

(format db)

Format the db spec as a URL.

Format the `db` spec as a URL.
sourceraw docstring

parseclj/s

(parse url)

Parse the database url with regular-expression and return the database spec. Returns nil if the URL does not match.

Parse the database `url` with `regular-expression` and return the
database spec. Returns nil if the URL does not match.
sourceraw docstring

parse!clj/s

(parse! url)

Parse the database url with regular-expression and return the database spec. Throws an exception if url does not match.

Parse the database `url` with `regular-expression` and return the
database spec. Throws an exception if `url` does not match.
sourceraw docstring

regular-expressionclj/s

The regular expression that matches a database URL.

The regular expression that matches a database URL.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close