Module reader

Module reader 

Source

Structs§

BatchedTableReader
Batch reader state for iterating over large SQLite tables.

Functions§

get_table_row_count
Get row count for a specific table
list_tables
List all user tables in a SQLite database
read_table_batch
Read the next batch of rows from a table.
read_table_data
Read all data from a SQLite table