DESCR 418 B

12345678
  1. The Datalog package contains a lightweight deductive database system.
  2. Queries and database updates are expressed using Datalog -- a
  3. declarative logic language in which each formula is a function-free
  4. Horn clause, and every variable in the head of a clause must appear
  5. in the body of the clause. The use of Datalog syntax and an
  6. implementation based on tabling intermediate results, ensures that
  7. all queries terminate.