Case insensitive emails and usernames with Postgres
TLDR: Use case insensitive text (citext) in Postgres, and don’t worry about email/usernames in application code.
TLDR: Use case insensitive text (citext) in Postgres, and don’t worry about email/usernames in application code.
Many real world Phoenix applications use JWTs to handle authentication, but there are situations that still require being able to test session. This has trad...
How to use Phoenix generators with PostGIS column types, with minimal changes to get tests, changesets, and schema working.