Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation on REPL Driven Development #118

Open
oxalorg opened this issue Nov 20, 2020 · 0 comments
Open

Add documentation on REPL Driven Development #118

oxalorg opened this issue Nov 20, 2020 · 0 comments

Comments

@oxalorg
Copy link
Member

oxalorg commented Nov 20, 2020

How to use this project with the REPL can immensely help beginners/new contributors.

For example testing queries directly with the REPL can be done like this:

;; in the repl.clj file
(comment
  (require '[clojurians-log.db.queries :as queries])
  (d/q '[:find ?msg
         :where
         [?chan :channel/name "clojure"]
         [?msg :message/channel ?chan]]
     (db))
 )

Ensure the repl.clj file is loaded in the REPL and then evaluate everything inside the comment form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant