1008家航空公司2018年机队sqlite3数据库
截至2018年11月底,世界范围内1008家航空公司机队信息,内有两个表,一个airlines(id integer primary key autoincrement, airline text not null, url text not null, country text not null),一个products(id integer primary key autoincrement, aircraft_type text, reg text, airline text, config text, delivered text, status text)。
下载地址
用户评论