aptana - ruby connection with h2 DB -


can please share steps connect ruby h2 database. using aptana ide.

i tried connection following command

dbh = sequel.connect("jdbc:h2:mem://localhost/test?user=sa&password=sa") 

and retrieved error as

in `require': loaderror: cannot load such file -- java (sequel::adapternotfound) 

i tried connecting other db postgresql , successful in doing using dbi. wanted know similar solution h2 db.


Comments

Popular posts from this blog

javascript - Add class to another page attribute using URL id - Jquery -

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -