For vectra_node inputs, data is streamed batch-by-batch to disk without
materializing the full result in memory. For data.frame inputs, the data
is written directly.
Usage
write_sqlite(x, path, table, ...)
Arguments
- x
A vectra_node (lazy query) or a data.frame.
- path
File path for the SQLite database.
- table
Name of the table to create/write into.
- ...
Reserved for future use.