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

Extend transact term builder to build lookup-ref lists #651

Closed ncalexan closed 6 years ago

ncalexan commented 6 years ago

It would be nice to add an API for producing (lookup-ref a v) definitions to the transact term builder. Mentat is more strict than Datomic in that we only accept (lookup-ref a v) lists rather than arbitrary 2-element vectors, like [a v].

ncalexan commented 6 years ago

This is basically #666.