Function

get

Fetch a single document by id. Returns none if not found.

get: func(id: string) -> option​<document>;