Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想知道 Rails 可用的后端。
ruby-on-rails 是否适用于 sybase 数据库?
至少有一种配置可以让 Rails 应用程序与 Sybase 通信。使用JRuby作为 Ruby 解释器,使用active-record-jdbc-adapter作为数据库适配器。您还需要安装Sybase JDBC 驱动程序。可能还有其他适配器可以与 MRI 或其他 Ruby 解释器一起使用。
在任何情况下,选择 JRuby 而不是 MRI 还有其他充分的理由——线程要好得多。