They're very simple to create, but they didn't already exist so I created an
H2 JDBC Driver and AR Adapter which I created by copying the hsqldb ones. I
use the latest (1.0.63) version of H2.

It's useful to know that H2 works out of the box with a simple configuration
in your database.yml file:

development:
  adapter: jdbch2
  encoding: utf8
  database: db/books_development
  username: sa
  password:

Here are the files:

http://www.i3mm.com/~caleb/files/h2_adapter.zip<http://www.i3mm.com/%7Ecaleb/files/h2_adapter.zip>
http://www.i3mm.com/~caleb/files/h2_driver.zip<http://www.i3mm.com/%7Ecaleb/files/h2_driver.zip>


-- 
Caleb Land

Reply via email to