AyeSQL v0.3.2 AyeSQL.Core View Source
This module defines the core functionality for AyeSQL.
Link to this section Summary
Types
SQL query arguments.
AyeSQL AST.
Contents of the query.
Documentation of the query function.
Definition of the query in the AST.
Name of the query function.
AyeSQL query options.
AyeSQL query parameters.
AyeSQL query.
SQL query statements.
Functions
Creates several queries from the contents of a file
.
Whether the queries should run by default or not.
Link to this section Types
SQL query arguments.
AyeSQL AST.
Contents of the query.
Documentation of the query function.
Definition of the query in the AST.
Name of the query function.
AyeSQL query options.
AyeSQL query parameters.
AyeSQL query.
SQL query statements.
Link to this section Functions
Creates several queries from the contents of a file
.
Whether the queries should run by default or not.
You can set this in the configuration as:
use Mix.Config
config :ayesql,
run?: true