Skip to main content

page

Function page 

Source
pub async fn page(
    pool: &SqlitePool,
    after_row_id: Option<RowId>,
    limit: Limit,
) -> Result<Vec<PagedEvent>, PageError>
Expand description

Reads one independent live page. Separate calls do not share a snapshot.