Learn Datalog Today
An interactive tutorial that will teach you how to query a Datomic database with Datalog.
Here is an example query that finds all movie titles in our example database:
[:find ?title
:where
[_ :movie/title ?title]]
Use the text box to your right to test Datalog queries against our movies database.