Comment by pdimitar
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.
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.
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.