|
|
|
|
|
by trurl
1895 days ago
|
|
It seems misleading to call this "Datalog". The GitHub repo even says "among database theoreticians Datalog and SQL are known to be equivalent", which is absolutely wrong without qualification. Some flavors of SQL will have recursive extensions so that they could be considered equivalent, but that is not true in general. I can't find any mention of recursion on the original blog post or the GitHub page. Without recursion it isn't Datalog. |
|