Erlang 更好地支持哪种数据库(SQL)?
你建议我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.