Module sqlite

Module sqlite 

Source
Expand description

SQLite sink with batched writes and transactions. Runs on background thread to avoid blocking application threads.

Reuses table definitions and insertion logic from the old SqliteLayer to ensure 100% identical behavior.

Structsยง

SqliteSink
SQLite sink that batches events and writes them in transactions. Reuses the exact same table schema and insertion logic from SqliteLayer.