Active Record Database Adapters
ActiveRecord comes with built-in support for SQLite, PostgreSQL and MySQL on the offical C-based Ruby implementation commonly referred to as "MRI". These extensions let you connect to other relational databases or use other Ruby implementations like JRuby.
0.06
This gem is only needed before Rails 7.1, where the trilogy adapter is built in.
When you upgrade to a version after 7.1.a, replace this with `gem "trilogy"` to ensure
that trilogy itself is available.
2020
2021
2022
2023
2024
2025
0.86
ActiveRecord SQL Server Adapter. SQL Server 2012 and upward.
2020
2021
2022
2023
2024
2025
0.52
MySQL JDBC adapter for JRuby on Rails.
2020
2021
2022
2023
2024
2025
0.52
Postgres JDBC adapter for JRuby on Rails.
2020
2021
2022
2023
2024
2025
0.57
AR-JDBC is a database adapter for Rails' ActiveRecord component designed to be used with JRuby built upon Java's JDBC API for database access. Provides (ActiveRecord) built-in adapters: MySQL, PostgreSQL and SQLite3 as well as adapters for popular databases such as Oracle, SQLServer, DB2, FireBir...
2020
2021
2022
2023
2024
2025
0.59
A database backend that translates database interactions into no-ops. Using NullDB enables you to test your model business logic - including after_save hooks - without ever touching a real database.
2020
2021
2022
2023
2024
2025
0.49
Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases.
This adapter is superset of original ActiveRecord Oracle adapter.
2020
2021
2022
2023
2024
2025
0.08
An ActiveRecord ODBC adapter
2020
2021
2022
2023
2024
2025
0.49
Derby JDBC adapter for JRuby on Rails.
2020
2021
2022
2023
2024
2025
0.0
This gem includes several enhancements and customizations to the standard ActiveRecord Oracle Enhanced adapter, which is still required.
Any customizations to this adapter's behaviour or additional Oracle-specific utilities should be added here.
2020
2021
2022
2023
2024
2025