File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
11
10
another adapter is not huge but the amount of testing required to make sure
12
11
that adapter continues to work is not something we can do with the resources
13
12
we currently have.
@@ -29,6 +28,7 @@ To use AR-JDBC with JRuby on Rails:
29
28
1 . Choose the adapter you wish to gem install. The following pre-packaged
30
29
adapters are available:
31
30
31
+ - MSSQL (` activerecord-jdbcsqlserver-adapter ` )
32
32
- MySQL (` activerecord-jdbcmysql-adapter ` )
33
33
- PostgreSQL (` activerecord-jdbcpostgresql-adapter ` )
34
34
- SQLite3 (` activerecord-jdbcsqlite3-adapter ` )
You can’t perform that action at this time.
0 commit comments