View Source Plausible.Billing.Ecto.Limit (Plausible v0.0.1)

Ecto type representing a limit, that can be either a number or unlimited. Unlimited is dumped to the database as -1 and loaded as :unlimited to keep compatibility with the rest of the codebase.

Summary

Functions

Callback implementation for Ecto.Type.cast/1.

Callback implementation for Ecto.Type.dump/1.

Callback implementation for Ecto.Type.embed_as/1.

Callback implementation for Ecto.Type.equal?/2.

Callback implementation for Ecto.Type.load/1.

Callback implementation for Ecto.Type.type/0.

Functions

Callback implementation for Ecto.Type.cast/1.

Callback implementation for Ecto.Type.dump/1.

Callback implementation for Ecto.Type.embed_as/1.

Callback implementation for Ecto.Type.equal?/2.

Callback implementation for Ecto.Type.load/1.

Link to this function

render_form(conn, changeset, form, field, options)

View Source

Callback implementation for Ecto.Type.type/0.