Erlang 更好地支持哪种数据库(SQL)?

发布于 2024-08-27 01:55:29 字数 79 浏览 7 评论 0原文

你建议我在 Erlang 中使用什么——MySQL 还是 Postgres?哪个数据库有更好(更成熟、更稳定、更快)的 Erlang 驱动程序?

What do you recommend me to use with Erlang -- MySQL or Postgres ? Which DB has better (more mature, more stable, faster) driver for Erlang ?

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

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

发布评论

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

评论(1

海夕 2024-09-03 01:55:29

Erlang ODBC 接口 可用于连接到任何具有 ODBC 的数据库司机。这是官方支持的,并且可以与 MySQL 和 Postgres 一起使用。 Postgres 有一个 100% Erlang 驱动程序,名为 PGSQL。这不是 OTP 的一部分,我不确定它的质量。

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.

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