We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
Will Glozer 编写了一个不错的原生 PostgreSQL 客户端:
http://github.com/wg/epgsql
Will Glozer wrote a nice native PostgreSQL client:
http://github.com/wg/epgsql
Yariv 的 mysql 驱动程序似乎是最好的: http://code.google.com /p/erlang-mysql-driver/
http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/
我个人没有使用过它,因为我的 erlang 项目主要与 redis 交互,但是我快速扫描了一下消息来源并没有透露任何太可怕的事情。
成熟度是一个相对的事情,特别是对于像 erlang 这样深奥的语言。
Yariv's mysql driver seems to be the best available: http://code.google.com/p/erlang-mysql-driver/
http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/
I haven't personally used it as my erlang projects mostly talk to redis, but my quick scan of the source didn't reveal anything too terrifying.
Maturity is a relative thing, especially for more esoteric languages like erlang.
Erlang pgsql - pgsql-driver 是 Postgres 前端/后端协议的 100% erlang 实现。
Erlang pgsql - The pgsql-driver is a 100% erlang implementation of the Postgres Frontend/Backend protocol.
普通的直接 ODBC 吗?设置起来很简单,但要让它发挥作用却很痛苦。
Plain straight ODBC ? Quite simple to set it up, but a pain to make it work..
http://github.com/inaka/sumo_db_mysql 或 http://github.com/inaka/sumo_db_pgsql 两者都很稳定,得到积极维护并在生产系统中使用
http://github.com/inaka/sumo_db_mysql or http://github.com/inaka/sumo_db_pgsql Both of them are stable, actively maintained and used in production systems