Exd v0.1.7 Exd.QueryRunner View Source

Main flow coordinator

Link to this section Summary

Link to this section Functions

Link to this function resolve_select(query, document) View Source
resolve_select(atom() | %{select: any()}, any()) :: any()

Runs source flow

Example

Exd.Query{from: {"people", Person}, select: "people.name"}
|> Exd.QueryRunner.stream(query)
|> Enum.to_list
["mads", "jack"]