coracle icon indicating copy to clipboard operation
coracle copied to clipboard

Use snort's sqlite/opfs relay

Open staab opened this issue 1 year ago • 1 comments

https://git.v0l.io/Kieran/snort/src/branch/main/packages/worker-relay/src/sqlite-relay.ts

staab avatar Jan 26 '24 22:01 staab

Experimented with this some today. The downside is that the relay runs in a worker, which is good for avoiding clogging up the main thread with work, but bad because of serialization costs. We might need to take a different approach, or access OPFS/sqlite directly.

staab avatar Mar 25 '24 22:03 staab