This repository is used to learn Datomic and is based mainly in max datom website but also reference material may be found in clojure docs and datalog learning catalog
Max Datom's website is made with several levels, within each one you may learn the following topics:
This level shows how to use the pull
syntax for getting the whole reference for a specific :where
clause.
This level shows how to destructure a reference already gathered by the pull
command.
This level shows how to add parameters into a query.
This level shows how to work
with collection binding to interact
with multiple values within a unique search. Using the [variable ...]
syntax.