Skip to main content

get_cursor

Function get_cursor 

Source
pub async fn get_cursor(
    pool: &SqlitePool,
    did: &str,
    feed_url: &str,
) -> Result<Option<ReadCursor>>
Expand description

Fetch a single read cursor, if present.