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
- ** MySQL** , ** PostgreSQL** , ** SQLite3** . In the near future there are plans to
9
- add support ** MSSQL** . Unless we get more contributions we will not be going
10
- beyond these four adapters. Note that the amount of work needed to get
11
- another adapter is not huge but the amount of testing required to make sure
12
- that adapter continues to work is not something we can do with the resources
13
- we currently have.
8
+ ** MySQL** , ** PostgreSQL** , ** SQLite3** and ** MSSQL*** (SQLServer).
14
9
15
- For Oracle database users you are encouraged to use
16
- 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 ]
17
18
18
19
Version ** 50.x** supports Rails version 5.0.x and it lives on branch 50-stable.
19
20
Version ** 51.x** supports Rails version 5.1.x and is currently on master until
@@ -32,6 +33,7 @@ adapters are available:
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