Using Apollo Client with Elixir's Absinthe 10 Killer Elixir Tips #4

Storing any Elixir data in Postgres

Disclaimer : this is just an experiment. I don’t know how f… up it is to store Erlang’s terms in a SQL DB.

You can store any Elixir data (aka Erlang’s term) in Postgres. Here’s how you do it, step-by-step.

https://medium.com/@kaisersly/storing-any-elixir-data-in-postgres-e8f93367f473