Usefull datalog queries to be used with access protocol functions
Usefull datalog queries to be used with access protocol functions
(add-account first-name last-name email)
Adding new account to db
Adding new account to db
(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
(remove-account account-email)
Removes all information about account by email
Removes all information about account by email
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close