A simple datalog query engine, implemented in 100 lines of Javascript. Accompaniment to the "Datalog in Javascript" essay
npm i
npm run test
To study the algorithm, start with matchVariable
, querySingle
, and actualize
.
A simple datalog query engine, implemented in 100 lines of Javascript. Accompaniment to the "Datalog in Javascript" essay
npm i
npm run test
To study the algorithm, start with matchVariable
, querySingle
, and actualize
.