AyeSQL v0.5.1 AyeSQL.Core View Source

This module defines the core functionality for AyeSQL.

Link to this section Summary

Types

AyeSQL query options.

AyeSQL query parameter name.

AyeSQL query parameters.

Functions

Whether the queries should run by default or not.

Link to this section Types

AyeSQL query options.

Link to this type

parameter_name()

View Source
parameter_name() :: atom()

AyeSQL query parameter name.

Link to this type

parameters()

View Source
parameters() :: map() | keyword()

AyeSQL query parameters.

Link to this section Functions

Whether the queries should run by default or not.

You can set this in the configuration as:

use Mix.Config

config :ayesql,
  run?: true