I’m guessing it’s in memory only, and so has load the whole dataset?
Quite similar to LokiJS:
https://github.com/techfort/LokiJS
I like how’s its modular so you only have to include the bits you want and not a massive library.
You can see this in action in the TinyDraw demo: https://tinybase.org/demos/tinydraw - make some changes, refresh the page, even open it up in two windows of the same browser at the same time.
I’m guessing it’s in memory only, and so has load the whole dataset?
Quite similar to LokiJS:
https://github.com/techfort/LokiJS
I like how’s its modular so you only have to include the bits you want and not a massive library.