Instream v0.18.0 Instream.Data.Read View Source
Database read query helper.
Link to this section Summary
Functions
Creates a reading query object from a raw query string
Link to this section Functions
Link to this function
query(query_str, opts)
View Source
query(String.t(), Keyword.t()) :: Instream.Query.t()
Creates a reading query object from a raw query string.
Valid options for read queries are:
method
: whether to use a “GET” or “POST” request (as atom)precision
: seeInstream.Encoder.Precision
for available values