def initialize root_uri,username,key
      super root_uri,username,key
      configpath=File.join(File.dirname(__FILE__),"config/#{project_name.downcase}.yml")
      @config=YAML::load_file(configpath)      
      @tables_and_types=@config['tables_and_types']