Liking cljdoc? Tell your friends :D

seql.coerce

Handling of field coercion for read/write

Handling of field coercion for read/write
raw docstring

edn-readerclj

(edn-reader x _)

An example reader for arbitrary values stored in EDN in the database

An example reader for arbitrary values stored in EDN in the database
sourceraw docstring

edn-writerclj

(edn-writer x _)

An example writer for arbitrary values stored in EDN in the database

An example writer for arbitrary values stored in EDN in the database
sourceraw docstring

with-reader!clj

(with-reader! spec-key w)

Registers a reader for spec, will be called for deserialisation on database fed values.

Registers a reader for `spec`, will be called for deserialisation on
database fed values.
sourceraw docstring

with-writer!clj

(with-writer! spec-key w)

Registers a writer for spec, will be called for serialisation before entering the database.

Registers a writer for `spec`, will be called for serialisation before
entering the database.
sourceraw docstring

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

× close