We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9e71f commit 635513bCopy full SHA for 635513b
1 file changed
lib/arjdbc.rb
@@ -17,6 +17,15 @@
17
ActiveRecord::ConnectionAdapters.register(
18
"sqlserver", "ActiveRecord::ConnectionAdapters::MSSQLAdapter", "active_record/connection_adapters/mssql_adapter"
19
)
20
+ ActiveRecord::ConnectionAdapters.register(
21
+ "sqlite3", "ActiveRecord::ConnectionAdapters::SQLite3Adapter", "arjdbc/sqlite3/adapter"
22
+ )
23
24
+ "postgresql", "ActiveRecord::ConnectionAdapters::PostgreSQLAdapter", "arjdbc/postgresql/adapter"
25
26
27
+ "mysql2", "ActiveRecord::ConnectionAdapters::Mysql2Adapter", "arjdbc/mysql/adapter"
28
29
end
30
else
31
warn "activerecord-jdbc-adapter is for use with JRuby only"
0 commit comments