Hacker News new | past | comments | ask | show | jobs | submit login

Nowadays you add things like this as a dep to rebar.conf (the most popular build system):

    {deps, [ {epgsql, "0.2", {git, "https://github.com/Eonblast/Emysql.git", "master"}} ]}.
It seems unlikely that the Erlang standard library (OTP) is going to include database drivers. However, having to specify such things is a small price to pay considering all the amazing stuff you get for free with Erlang.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: