View Source AshSqlite.Type behaviour (ash_sqlite v0.2.1)
Sqlite specific callbacks for Ash.Type
.
Use this in addition to Ash.Type
.
Summary
Callbacks
@callback value_to_sqlite_default(Ash.Type.t(), Ash.Type.constraints(), term()) :: {:ok, String.t()} | :error