Comment by pdimitar

Comment by pdimitar 14 hours ago

1 reply

Have you written up about it? I'd love to read it if so. Thought of using SQLite several times like this but never mustered the courage to try.

RedShift1 10 hours ago

I use SQLite as an offline buffer for telemetry data, basically one thread does INSERT of the payloads and another thread does just SELECT and then DELETE when it has successfully transmitted the payload.