View Source AyeSQL.Runner behaviour (AyeSQL v1.1.0)

This module defines an AyeSQL.Runner.

Link to this section Summary

Callbacks

Callback to initialize the runner.

Link to this section Callbacks

@callback run(query :: AyeSQL.Query.t(), options :: keyword()) ::
  {:ok, term()} | {:error, term()}

Callback to initialize the runner.

Link to this section Functions

Link to this macro

__using__(options)

View Source (macro)

Uses the AyeSQL.Runner behaviour.