Sfoglia il codice sorgente

Updated SQL server instructions

Andrew Kane 8 anni fa
parent
commit
f978496a68
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -426,7 +426,13 @@ data_sources:
 
 ### SQL Server
 
-Use [activerecord-sqlserver-adapter](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter).
+Add [tiny_tds](https://github.com/rails-sqlserver/tiny_tds) and [activerecord-sqlserver-adapter](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter) to your Gemfile and set:
+
+```yml
+data_sources:
+  my_source:
+    url: sqlserver://user:password@hostname:1433/database
+```
 
 ### Oracle