5
5
ActiveRecord-JDBC-Adapter (AR-JDBC) is the main database adapter for Rails'
6
6
* ActiveRecord* component that can be used with [ JRuby] [ 0 ] .
7
7
ActiveRecord-JDBC-Adapter provides full or nearly full support for:
8
- ** MSSQL** , ** MySQL** , ** PostgreSQL** , ** SQLite3** . Unless we get more contributions
9
- we will not be going beyond these four adapters. Note that the amount of work needed to get
10
- another adapter is not huge but the amount of testing required to make sure
11
- that adapter continues to work is not something we can do with the resources
12
- we currently have.
8
+ ** MySQL** , ** PostgreSQL** , ** SQLite3** and ** MSSQL*** (SQLServer).
13
9
14
- For Oracle database users you are encouraged to use
15
- https://github.com/rsim/oracle-enhanced .
10
+ Unless we get more contributions we will not be supporting more adapters.
11
+ Note that the amount of work needed to get another adapter is not huge but
12
+ the amount of testing required to make sure that adapter continues to work
13
+ is not something we can do with the resources we currently have.
14
+
15
+ - for ** Oracle** database users you are encouraged to use
16
+ https://github.com/rsim/oracle-enhanced
17
+ - ** MSSQL** adapter's gem parts reside in a [ separate repository] [ 8 ]
16
18
17
19
Version ** 50.x** supports Rails version 5.0.x and it lives on branch 50-stable.
18
20
Version ** 51.x** supports Rails version 5.1.x and is currently on master until
@@ -28,10 +30,10 @@ To use AR-JDBC with JRuby on Rails:
28
30
1 . Choose the adapter you wish to gem install. The following pre-packaged
29
31
adapters are available:
30
32
31
- - MSSQL (` activerecord-jdbcsqlserver-adapter ` )
32
33
- MySQL (` activerecord-jdbcmysql-adapter ` )
33
34
- PostgreSQL (` activerecord-jdbcpostgresql-adapter ` )
34
35
- SQLite3 (` activerecord-jdbcsqlite3-adapter ` )
36
+ - MSSQL (` activerecord-jdbcsqlserver-adapter ` )
35
37
36
38
2 . If you're generating a new Rails application, use the following command:
37
39
@@ -166,4 +168,4 @@ license the database's drivers are licensed. See each driver gem's LICENSE.txt.
166
168
[5] : https://github.com/jruby/activerecord-jdbc-adapter/wiki
167
169
[6] : https://webchat.freenode.net/?channels=#jruby
168
170
[7] : http://badge.fury.io/rb/activerecord-jdbc-adapter
169
- [8] : https://github.com/jruby/activerecord-jdbc -adapter/wiki/Migrating-from-1.2.x-to-1.3.0
171
+ [8] : https://github.com/jruby/activerecord-jdbcsqlserver -adapter
0 commit comments