Liking cljdoc? Tell your friends :D

pgmalli.impl.registry

Generated files as malli registries: the file read from the classpath, the generation hints and the insert and update schemas derived from the row schemas, and the registry they make.

"registry" is two things here: the file's :registry key is a plain {name schema} map of schema data, and a malli registry is what registry builds from it.

Generated files as malli registries: the file read from the classpath, the generation hints
and the insert and update schemas derived from the row schemas, and the registry they make.

"registry" is two things here: the file's :registry key is a plain {name schema} map of
schema data, and a malli registry is what registry builds from it.
raw docstring

columnsclj

(columns registry name)

The [:map ...] of a row or insert schema, without the table-level constraints.

The [:map ...] of a row or insert schema, without the table-level constraints.
sourceraw docstring

read-generatedclj

(read-generated schema)

The generated data for a schema name, from the classpath (pgmalli/<schema>.edn).

The generated data for a schema name, from the classpath (pgmalli/<schema>.edn).
sourceraw docstring

regex-generation?clj

Whether strings can be generated from a regex here: test.chuck's generator, which runs on the JVM (babashka falls back to drawing strings and filtering them).

Whether strings can be generated from a regex here: test.chuck's generator, which runs on
the JVM (babashka falls back to drawing strings and filtering them).
sourceraw docstring

registryclj

(registry & schemas)

The registry pgmalli.core/registry documents.

The registry pgmalli.core/registry documents.
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