This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Give me the DB handler -> gem | |
require 'sqlite3' | |
# Create / Connect with DB | |
DB = SQLite3::Database::new('db.sqlite') | |
# transform the results into a hash | |
#DB.results_as_hash = true | |
# get all the cities |