View Source EctoSQLite3Extras.Query behaviour (ecto_sqlite3_extras v1.2.2)

The entry point for each function.

Summary

Callbacks

@callback info() :: %{
  title: binary(),
  columns: [%{name: atom(), type: atom()}],
  order_by: [{atom(), :asc | :desc}],
  index: integer()
}
@callback query() :: binary()