On 5/11/07, dt <daytues-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
wrote:>
> Hi,
>
> Any way to actually get the H2 or HSQLDB working under rails (instead
> of MySQL)? Looking at the supported databases right now for
> ActiveRecord:
>
> RAILS_CONNECTION_ADAPTERS = %w( mysql postgresql sqlite firebird
> sqlserver db2 oracle sybase openbase frontbase )
>
> H2/HSQLDB are not supported. Is there a driver for these? What about
> Derby if not? Also, they seem to support JDBC, but I couldn''t find
> JDBC driver also (there is one for JRuby, but it won''t work under
> Rails - at least I couldn''t make it work).
>
I''m not aware of any non-java jdbc driver.
If you want an embedded db, and using JRuby is not an option, consider SQLite3.
Isak
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---