ruby与h2 DB的连接

时间:2015-05-11 19:15:08

标签: ruby aptana h2

有人可以分享将ruby与H2数据库连接的步骤。我正在使用Aptana IDE。

我尝试使用以下命令连接

dbh = Sequel.connect("JDBC:H2:mem://localhost/test?user=sa&password=sa")

并检测到错误

in `require': LoadError: cannot load such file -- java (Sequel::AdapterNotFound)

我尝试连接其他数据库,例如 postgresql ,并使用 DBI 成功完成了此操作。 所以想知道h2 DB的类似解决方案。

0 个答案:

没有答案