Skip to content

Bind variables in queries

Compare
Choose a tag to compare
@guregu guregu released this 12 Oct 10:45
  • Adds QueryOption type, queries can take options now
  • Add WithBind (takes a single variable and value) and WithBinding (takes a map of substitutions) to bind variables in a query
  • Add Prolog.QueryOnce for grabbing single answers without needing to iterate