Liking cljdoc? Tell your friends :D

pgmalli.impl.portable

The same schemas in another shape: as data malli's default registry reads, with pgmalli's types as malli's and references inlined. The row shapes JDBC builders return are pgmalli.impl.jdbc.

The same schemas in another shape: as data malli's default registry reads, with pgmalli's
types as malli's and references inlined. The row shapes JDBC builders return are
pgmalli.impl.jdbc.
raw docstring

columnclj

(column registry name col)

The schema of one column of a row or insert schema, as data (with its [:maybe ...]).

The schema of one column of a row or insert schema, as data (with its [:maybe ...]).
sourceraw docstring

portableclj

(portable registry name)

The schema named in the registry as data malli's default registry reads (with malli.experimental.time for the time types): references to the schema's own types inlined, :pg/smallint and :pg/integer as bounded :int, :pg/bytes as bytes?, generation hints dropped. The CHECKs only pgmalli evaluates (:pg/check, :pg/check-value) are left out, so this is weaker than the registry's schema; use it where the registry cannot follow.

The schema named in the registry as data malli's default registry reads (with
malli.experimental.time for the time types): references to the schema's own types inlined,
:pg/smallint and :pg/integer as bounded :int, :pg/bytes as bytes?, generation hints dropped.
The CHECKs only pgmalli evaluates (:pg/check, :pg/check-value) are left out, so this is
weaker than the registry's schema; use it where the registry cannot follow.
sourceraw docstring

portable-dataclj

(portable-data registry schema)

Schema data from the registry as data malli's default registry reads; see portable.

Schema data from the registry as data malli's default registry reads; see portable.
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