AyeSQL v0.5.1 AyeSQL.Runner behaviour View Source
This module defines an AyeSQL.Runner
.
Link to this section Summary
Functions
Uses the AyeSQL.Runner
behaviour.
Callbacks
Callback to initialize the runner.
Link to this section Functions
Uses the AyeSQL.Runner
behaviour.
Link to this section Callbacks
Link to this callback
run(query, options)
View Sourcerun(query :: AyeSQL.Query.t(), options :: keyword()) :: {:ok, term()} | {:error, term()}
Callback to initialize the runner.