Skip to content

Commit

Permalink
Circle #262
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Jan 16, 2024
1 parent e46bee2 commit 0dc48b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guestbook.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h2 id="guestbook&#95;application">Guestbook Application</h2><p>This tutorial wi
SELECT &#42; FROM guestbook
</code></pre><p>Now that our model is all set up, let's reload the application, and test our queries in the REPL:</p><pre><code class="clojure">&#40;reset&#41;

&#40;def query-fn &#40;:db.sql/query-fn state/system&#41;&#41;
&#40;def query-fn &#40;ig/resolve-key :db.sql/query-fn &#40;:db.sql/query-fn state/system&#41;&#41;&#41;

&#40;query-fn :save-message! {:name &quot;m1&quot;
:message &quot;hello world&quot;}&#41;
Expand Down

0 comments on commit 0dc48b4

Please sign in to comment.