Explorar el Código

Updated SQL server instructions

Andrew Kane hace 8 años
padre
commit
f978496a68
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  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