/ruby-mssql-example

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

Primary LanguageRuby

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