Liking cljdoc? Tell your friends :D

pgmalli.impl.pgtypes

The schema types pgmalli registers for PostgreSQL's own: the CHECK types, a bytea of bounded length and the bounded numbers, with the ranges the integer types hold.

The schema types pgmalli registers for PostgreSQL's own: the CHECK types, a bytea of bounded
length and the bounded numbers, with the ranges the integer types hold.
raw docstring

bytes-schemaclj

[:pg/bytes {:min n :max n}]: a byte array of bounded length, generated as such (malli's bytes? has no length).

[:pg/bytes {:min n :max n}]: a byte array of bounded length, generated as such (malli's bytes?
has no length).
sourceraw docstring

check-schemaclj

[:pg/check expr]: a row passes when the CHECK expression data does (pgmalli.impl.eval). A column missing from the row is NULL, or its value in the :pg/defaults property.

[:pg/check expr]: a row passes when the CHECK expression data does (pgmalli.impl.eval).
A column missing from the row is NULL, or its value in the :pg/defaults property.
sourceraw docstring

check-value-schemaclj

[:pg/check-value expr]: a domain CHECK, the value standing for VALUE.

[:pg/check-value expr]: a domain CHECK, the value standing for VALUE.
sourceraw docstring

int-rangesclj

The range each integer type pgmalli registers holds (a bigint is exactly a long, so it is :int).

The range each integer type pgmalli registers holds (a bigint is exactly a long, so it is :int).
sourceraw docstring

integer-schemaclj

source

numeric-schemaclj

[:pg/numeric {:precision p :scale s}]: a BigDecimal a numeric(p, s) column stores: rounded to s places (half up, as PostgreSQL rounds on the way in), fewer than p - s digits before the point. s may exceed p, or be negative, as PostgreSQL allows.

[:pg/numeric {:precision p :scale s}]: a BigDecimal a numeric(p, s) column stores: rounded to
s places (half up, as PostgreSQL rounds on the way in), fewer than p - s digits before the
point. s may exceed p, or be negative, as PostgreSQL allows.
sourceraw docstring

schemasclj

The schema types pgmalli registers, by name.

The schema types pgmalli registers, by name.
sourceraw docstring

smallint-schemaclj

source

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