Download of README (README ( external link: SF.net): 1,358 bytes) will begin shortly. If not so, click link on the left.

File Information

File Size
1,358 bytes
MD5
b1de11457fec90568e31ffe031b7568b

Project Description

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