# SqlCsv Create a CSV export from a SQL query. ## Installation Add this line to your application's Gemfile: ```ruby gem 'sql_csv' ``` And then execute: $ bundle install Or install it yourself as: $ gem install sql_csv ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).