UNPKG

@dialog-db/query

Version:

Datalog query engine inspired by Datomic

7 lines (6 loc) 276 B
export * from './plan/plan.js' export { FormulaApplication } from './plan/formula.js' export { Select } from './plan/select.js' export { Join } from './plan/join.js' export { Negation } from './plan/negation.js' export { RuleApplication, DeductiveRule } from './plan/rule.js'