minigraf 1.1.1

Zero-config, single-file, embedded graph database with bi-temporal Datalog queries
Documentation
1
2
3
(query [:find (sum ?salary :over (:order-by ?hire-date))
        :where [?e :emp/salary ?salary]
               [?e :emp/hire-date ?hire-date]])