Jim Lindley Notes

Database Adapter Gem Location

October 1st, 2007

DB Adapter Gem status for ActiveRecord announcement on the Rails Blog. Only MySQL, SQLite and PostgreSQL adapters are included in the default Rails 2.0 distribution.

Other adapters can be installed by calling:

gem install adapter-name

The available ones are:

activerecord-firebird-adapter
activerecord-frontbase-adapter
activerecord-openbase-adapter
activerecord-oracle-adapter
activerecord-sqlserver-adapter
activerecord-sybase-adapter

Sorry, comments are closed for this article.