Skip to content

Instantly share code, notes, and snippets.

View cosydney's full-sized avatar
🏗️
Building products

Sydney Cohen cosydney

🏗️
Building products
View GitHub Profile
# 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