Last active
July 10, 2019 09:35
-
-
Save spacegangster/b68f72e3c81524a71af1f3033ea7507e to your computer and use it in GitHub Desktop.
Crux Console examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{:title "Space Stocks" | |
:query {:find [e] | |
:where [[e :crux.db/id _]]}} | |
{:title "Add space stocks" | |
:query [[:crux.tx/put {:crux.db/id 33 :title "Company 3"}]]}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment