Fork me on GitHub
#datalog
<
2020-10-16
>
lilactown17:10:04

I guess core data is pretty much an EAV Db on top of SQLite

lilactown17:10:05

It's got some kind of orm thing though

zane17:10:13

Could you run Datascript via JavaScript Core? :thinking_face:

lilactown18:10:14

Someone suggested something like that. Perhaps.

lilactown18:10:42

It’s a lot of overhead just to use an in memory db. Feels bad to run a whole js vm too lol

refset19:10:50

It's probably not the answer you're looking for, but you can monkey-patch DataScript to use any kind of storage backend that can model a sorted map, e.g. https://github.com/hraberg/datascript-mapdb/blob/master/src/datascript_mapdb/core.clj