UUID Primary Key in Elixir Phoenix with PostgreSQL and Ecto
https://pawelurbanek.com/elixir-phoenix-uuid
UUID also known as GUID is an alternative primary key type for SQL databases. It offers some non-obvious advantages compared to standard integer-based keys. Phoenix provides reliable support for working with UUID using its Ecto PostgreSQL adapter. In this tutorial, we will dive deep into UUIDs with all their cons and pros.
Read next Top 3 Tough Elixir Fights |Debugging in Production | 2020