# File lib/amalgalite/schema.rb, line 56
    def tables
      load_schema! if dirty?
      return @tables
    end