I always get a small anxiety spike when I use a DB query engine that doesn't have streaming reads or writes. 🙀 Seems in sqlite in node you just need to deal with it and do batching in your query layer?
@mauve sqlite has an API for it, we know this because we've implemented language bindings to it. if node doesn't support that mode that's the node binding's fault
@mauve ah yep. sorry to hear.