Document lookup-ref differences.

Thom 2018-08-22 19:38:37 -07:00
parent 166922f74a
commit dcf3cc5f23

@ -76,3 +76,9 @@ Datomish's JS API exposes a simple schema interface through `db.ensureSchema`. T
]
}
```
## Lookup Refs
There's a small syntactic difference with how lookup refs are indicated in EDN. Where in Datomic they will be indicated as `[:namespace/attr value]`, in Mentat they are represented as `(lookup-ref :namespace/attr value)`.
This may be fixed in a future version of Mentat, see issue https://github.com/mozilla/mentat/issues/392.