Exd v0.1.12 Exd.QueryRunner View Source

Main flow coordinator

Link to this section Summary

Functions

Runs source flow

Link to this section Functions

Runs source flow

Example

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