Skip to content

Instantly share code, notes, and snippets.

View bwinterling's full-sized avatar

Brian Winterling bwinterling

View GitHub Profile

Keybase proof

I hereby claim:

  • I am bwinterling on github.
  • I am bwinterling (https://keybase.io/bwinterling) on keybase.
  • I have a public key ASDIP7_LZlYiCQCp7hyJveD5AUBvKtaRQ6DFuJJ-B5Ctmgo

To claim this, I am signing this object:

@bwinterling
bwinterling / Sequel_Merchant
Last active December 26, 2015 21:39
Sequel Merchant.rb - we replaced the YAML database with a sqlite3 database.
require 'bundler'
# require 'pry'
require 'csv'
require './lib/sql_items'
Bundler.require
class MerchantSequel
attr_reader :database, :merchants_table