class SQLite3::Database

def translate_from_db types, row

Translates a +row+ of data from the database with the given +types+
def translate_from_db types, row
  @type_translator.call types, row
end