minigraf 1.1.1

Zero-config, single-file, embedded graph database with bi-temporal Datalog queries
Documentation
1
2
3
4
5
(query [:find ?name ?total
        :where [?e :person/name ?name]
               [?e :order/price ?price]
               [?e :order/qty ?qty]
               [(* ?price ?qty) ?total]])