Conversation

Ah, I see! For my application's relatively modest querying needs, I'd prefer to avoid the bundle size and complexity of Datascript; I'm using LevelDB right now—the native C++ implementation for my ReactNative targets and a tiny IDB shim for web.
1
Ah I see! Yes, if bundle size matters for you we can ping when we have the GraalVM binary done. Is the complexity issue related to bundle size, code interpretability or something else?
1