Closed swannodette closed 10 years ago
datascript/entity cannot pull in related entities because DataScript does not support :db/valueType of :db.type/ref in the schema.
datascript/entity
:db/valueType
:db.type/ref
This can be resolved by https://github.com/tonsky/datascript/pull/4
DataScript 0.3.0 now has lazy entities type & supports :db.type/ref auto-wrapping into entities
datascript/entity
cannot pull in related entities because DataScript does not support:db/valueType
of:db.type/ref
in the schema.