Liking cljdoc? Tell your friends :D

automaton-core.user.account.datalog

Usefull datalog queries to be used with access protocol functions

Usefull datalog queries to be used with access protocol functions
raw docstring

add-accountclj

(add-account first-name last-name email)

Adding new account to db

Adding new account to db
raw docstring

find-account-by-emailclj

(find-account-by-email email)

Returns all the information available on the account by it's email

Returns all the information available on the account by it's email
raw docstring

remove-accountclj

(remove-account account-email)

Removes all information about account by email

Removes all information about account by email
raw docstring

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

× close