mozilla / mentat

UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript.
https://mozilla.github.io/mentat/
Apache License 2.0
1.65k stars 115 forks source link

Implement `q_prepare` with variables bound at execution time #641

Open ncalexan opened 6 years ago

ncalexan commented 6 years ago

This is follow-up to https://github.com/mozilla/mentat/pull/536. Right now, we don't accept new inputs at query execution time:

https://github.com/mozilla/mentat/blob/a0c70a7cd9ce656a443bf8e2a8ad0b732efa0e73/src/query.rs#L100

This ticket tracks implementing the prepare-and-query-with-new-inputs path.