Skip to content

Commit d038907

Browse files
author
Rob Widmer
committed
Added a bit to the readme about mssql support
1 parent 5dd88ad commit d038907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
ActiveRecord-JDBC-Adapter (AR-JDBC) is the main database adapter for Rails'
66
*ActiveRecord* component that can be used with [JRuby][0].
77
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
1110
another adapter is not huge but the amount of testing required to make sure
1211
that adapter continues to work is not something we can do with the resources
1312
we currently have.
@@ -29,6 +28,7 @@ To use AR-JDBC with JRuby on Rails:
2928
1. Choose the adapter you wish to gem install. The following pre-packaged
3029
adapters are available:
3130

31+
- MSSQL (`activerecord-jdbcsqlserver-adapter`)
3232
- MySQL (`activerecord-jdbcmysql-adapter`)
3333
- PostgreSQL (`activerecord-jdbcpostgresql-adapter`)
3434
- SQLite3 (`activerecord-jdbcsqlite3-adapter`)

0 commit comments

Comments
 (0)