AshSqlite.Type behaviour (ash_sqlite v0.2.6)

View Source

Sqlite specific callbacks for Ash.Type.

Use this in addition to Ash.Type.

Summary

Callbacks

value_to_sqlite_default(t, constraints, term)

@callback value_to_sqlite_default(Ash.Type.t(), Ash.Type.constraints(), term()) ::
  {:ok, String.t()} | :error