davidkuhta / avatarex

An Elixir library for generating avatars from hashed strings.
Apache License 2.0
10 stars 0 forks source link

Ecto #8

Open davidkuhta opened 1 year ago

davidkuhta commented 1 year ago
Eiji7 commented 1 year ago

Since developers would pass email or username to generate their image I do not see why we should store a path for image. A better question here is if we want to support online storage providers (like Amazon S3). Same as long as we could generate a link to S3 then we do not need storing it in database.