API Reference rivet v1.0.0
modules
Modules
This project is still a "Work in Progress" and not ready for GA
For data models using Ecto. Options:
short_id: false
— enable/disable ShortId (not supported yet)
required: [:field, ...]
— list of fields required for this model
update: [:field, ...]
— list of fields allowed to be updated on this model
create: [:field, ...]
— list of additional fields allowed only on creation.
For data models using Ecto.
Common calls across mix tasks
mix-tasks
Mix Tasks
Manage Ecto migrations
Generate a new Rivet Model structure