Measures Concepts
GitHub icon

Datomic

Datomic - Query language

< >

Datomic is a query language created in 2012.

#2462on PLDB 12Years Old

Datomic's query and rules system is an extended form of Datalog. Datalog is a deductive query system, typically consisting of: A database of facts; A set of rules for deriving new facts from existing facts; a query processor that, given some partial specification of a fact or rule: finds all matching facts.


Example from the web:
[:find ?e :where [?e :age 42]]

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout