defql v0.1.0 Defql.Adapter behaviour
This module specifies the adapter API that an adapter is required to implement.
Summary
Callbacks
The callback to build delete query
The callback to build insert query
The callback for querying database, and parse result
The callback to build select query
Start specific adapter
The callback to build delete query
Types
Callbacks
The callback to build delete query.
The callback to build insert query.
The callback for querying database, and parse result.
The callback to build select query.
start(arg0, arg1)
start(Application.start_type, Application.start_args :: term) :: {:ok, pid} | {:ok, pid, Application.state} | {:error, reason :: term}
Start specific adapter