Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 344 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 344 Bytes

ruby-mssql-example

Example Ruby application to connect to an MS SQL Server from ruby

Install

Use bundler to install dependencies

$ bundle install

How to use it

  • Change database.yml with your database details
  • Change/add models according to your database, using Client as your reference.
  • Modify export.rb