# `AshSqlite.Type`
[🔗](https://github.com/ash-project/ash_sqlite/blob/v0.2.19/lib/type.ex#L5)

Sqlite specific callbacks for `Ash.Type`.

Use this in addition to `Ash.Type`.

# `value_to_sqlite_default`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
