tbl_sqlite: Create a lazy table reference from a SQLite database
Description
Opens a SQLite database and lazily scans a table. Column types are inferred
from declared types in the CREATE TABLE statement. All filtering, grouping,
and aggregation is handled by vectra's C engine --- no SQL parsing needed.
No data is read until collect() is called.