What would be involved in adding a new Database implementation to
Rails? We have a JDBC implementation that connects to a new Daabase
type that we want to use behind Rails.
I assume we need to build a “Migration” class(s) to tie to
ActiveRecord similar to the MySql “Migration” integration. If so
where in the source tree can we find examples?
What would be involved in adding a new Database implementation to
Rails? We have a JDBC implementation that connects to a new Daabase
type that we want to use behind Rails.
I assume we need to build a “Migration” class(s) to tie to
ActiveRecord similar to the MySql “Migration” integration. If so
where in the source tree can we find examples?
You need to write a connection adapter. You can see the bundled ones
at
Is there another way?
Jruby already has a JDBC connection adapter for rails, maybe you can
piggyback on top of that ?
Fred
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.