# File lib/rbatis.rb, line 15
def String.from_database(record, column)
  record[column].to_s
end