开发者

Which DB (SQL) is better supported in Erlang?

What do you recommend me to use with Erlang -- MySQL or Po开发者_如何学编程stgres ? Which DB has better (more mature, more stable, faster) driver for Erlang ?


The Erlang ODBC interface can be used to connect to any database that has an ODBC driver. This is officially supported and can be used with both MySQL and Postgres. There is a 100% Erlang driver for Postgres called PGSQL. This is not part of OTP and I am not sure about its quality.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜