.[] | select(has("steam_appid") and .type=="game") | "insert into products (id, engine, platforms, price, title, body, short, header) values ( \(.steam_appid), 0, 0, \(.price_overview.final? // 0), '\(.name? // "no-name" | gsub("'"; "''"))', '\(.detailed_description? // "no-desc" | gsub("'"; "''"))', '\(.short_description? // "no-short-desc" | gsub("'"; "''"))', '\(.header_image? // "https://waifu.cloudef.pw/loading.png" | gsub("'"; "''"))' );"