Bind variables in queries
- Adds
QueryOption
type, queries can take options now - Add
WithBind
(takes a single variable and value) andWithBinding
(takes a map of substitutions) to bind variables in a query - Add
Prolog.QueryOnce
for grabbing single answers without needing to iterate