Liking cljdoc? Tell your friends :D

specomatic-db.db.mutation

Defines mutation functions. Should be implemented for specific sql backends.

Defines mutation functions. Should be implemented for specific sql backends.
raw docstring

delete!cljmultimethod

Deletes a record for a given entity.

Deletes a record for a given entity.
sourceraw docstring

insert!cljmultimethod

Inserts a new record for a given entity. Attaches a new primary key id.

Inserts a new record for a given entity. Attaches a new primary key `id`.
sourceraw docstring

update!cljmultimethod

Updates a record for a given entity.

Updates a record for a given entity.
sourceraw docstring

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

× close