Document lookup-ref differences.
parent
166922f74a
commit
dcf3cc5f23
1 changed files with 7 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue