Erlang mysql example

后端 未结 3 1786
隐瞒了意图╮
隐瞒了意图╮ 2021-02-06 13:34

Just wondering if anyone could give a working example of using the erlang-mysql module (http://code.google.com/p/erlang-mysql-driver/).

I am new to erlang and I am tryin

3条回答
  •  醉话见心
    2021-02-06 13:46

    After trying to use the ODBC module that comes with Erlang/OTP, and running into problems, I recommend the mysql/otp driver. I replaced ODBC with it in just a few hrs and it works fine.

    They have good documentation so I will not add examples here.

提交回复
热议问题