def save sql = <<-SQL INSERT INTO songs (name, album) VALUES (?, ?) SQL DB[:conn].execute(sql, self.name, self.album) end