有没有成熟的方法来连接 Erlang 和 PostgreSQL 或 MySQL?

发布于 2024-09-06 22:47:56 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

极度宠爱 2024-09-13 22:47:56

Will Glozer 编写了一个不错的原生 PostgreSQL 客户端:

http://github.com/wg/epgsql

Will Glozer wrote a nice native PostgreSQL client:

http://github.com/wg/epgsql

鼻尖触碰 2024-09-13 22:47:56

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.

最笨的告白 2024-09-13 22:47:56

Erlang pgsql - pgsql-driver 是 Postgres 前端/后端协议的 100% erlang 实现。

Erlang pgsql - The pgsql-driver is a 100% erlang implementation of the Postgres Frontend/Backend protocol.

疧_╮線 2024-09-13 22:47:56

普通的直接 ODBC 吗?设置起来很简单,但要让它发挥作用却很痛苦。

Plain straight ODBC ? Quite simple to set it up, but a pain to make it work..

〃温暖了心ぐ 2024-09-13 22:47:56

http://github.com/inaka/sumo_db_mysqlhttp://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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文