datascript

Aron 2022-12-06T20:07:18.824629Z

Hi. I used datascript from js in and around 2017, and I vaguely remember that if I had the schema, it wasn't needed to flatten my jsons, I could just feed them into datascript to create entities. Is this correct or am I confusing something? I am not able to find this in the docs

Niki 2022-12-06T20:48:18.619529Z

You need schema either way. In terms of submitting data, yes, you can insert nested entities as nested maps

Aron 2022-12-06T22:13:02.625689Z

Thanks! I missed somehow the example, it's very short:) But now I even remember seeing it from all those years ago.