Interesting approach to have sqlite in wasm running in a worker and storing it as binary data in indexeddb. Thanks for sharing!
s
Srini K
12/05/2020, 7:18 PM
I wonder what the debugging tools are like for this type of complex setup
Srini K
12/05/2020, 7:18 PM
I get frustrated even trying to debug my company’s public Gatsby site. I’m spoiled by Python or C# IDE experiences, where the code and the results have a clear mapping