Build a Postgres Proxy in Elixir using Pattern Matching
Want to learn how your application talks to your database? Build a proxy using Elixir with its powerful pattern matching and gen_tcp to take your database understanding to the next level. In this article we build a Postgres proxy in Elixir to show all you need is a little curiosity to master one of the most popular SQL protocols around. https://docs.statetrace.com/blog/build-a-postgres-proxy/
Read next One way to handle static asset files in Phoenix 1.6