Like just about everything to do with Erlang, database driver support appears to be in total disarray. I’d like to be able to store data in a PostgreSQL database and access it reasonably well. Options appear to be
Erlang psql driver that is a fork or something of the code by Erlang Consulting. [...]