Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 157 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 157 Bytes

RubySchool, Lesson 26

Useful commands

Output from db as hash
db = SQLite3::Database.new 'barbershop.sqlite'
db.results_as_hash = true