File Size for Ecto v3.0.1 API Reference
Modules
An Ecto type that represents a file size in bits. The value is stored as integer in the database.
An Ecto type that represents a file size in bits, supporting storage of different units. The value is stored as map in the database (i.e. jsonb when using PostgreSQL).
An Ecto type that represents a file size in bytes. The value is stored as integer in the database.
An Ecto type that represents a file size in bytes, supporting storage of different units. The value is stored as map in the database (i.e. jsonb when using PostgreSQL).