Liking cljdoc? Tell your friends :D
Clojure only.

pg-bin.core

General namespace with user-friendly API.

General namespace with user-friendly API.
raw docstring

parseclj

(parse src columns)

Parse a source which might be a file, an input stream, a path to a file, etc (enything that io/input-stream accepts). The columns is a vector of keywords with type names like :integer, :text, and so on (see readme). Return a vector of parsed rows.

Parse a source which might be a file, an input stream,
a path to a file, etc (enything that io/input-stream
accepts). The columns is a vector of keywords with
type names like :integer, :text, and so on (see readme).
Return a vector of parsed rows.
sourceraw docstring

parse-seqclj

(parse-seq input-stream columns)

Lazily parse an input stream with a binary COPY payload. Return a lazy sequence of vectors. Must be called within the with-open macro. The columns is a vector of keywords with type names like :integer, :text, and other (see readme).

Lazily parse an input stream with a binary COPY payload.
Return a lazy sequence of vectors. Must be called within
the `with-open` macro. The columns is a vector of keywords
with type names like :integer, :text, and other (see readme).
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close