View Source AshSqlite.Type behaviour (ash_sqlite v0.1.3)

Sqlite specific callbacks for Ash.Type.

Use this in addition to Ash.Type.

Summary

Callbacks

Link to this callback

value_to_sqlite_default(t, constraints, term)

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